Skip to content

Commit 3b80a3f

Browse files
committed
fix docker build on backend-java
1 parent 3c61295 commit 3b80a3f

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

backend-java/src/main/resources/application.properties

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,8 @@ app.version=1.0.0
33
app.name=backend-java
44

55
# === Database Client (mock | pg | mysql) ===
6-
db.client=sql
6+
db.client=mock
77

88
# === Application ===
99
spring.application.name=backend-java
10-
server.port=8080
11-
12-
# === MySQL Configuration ===
13-
spring.datasource.url=jdbc:mysql://localhost:3306/backend_javascript
14-
spring.datasource.username=root
15-
spring.datasource.password=Trustno1
16-
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
17-
18-
# === Hibernate / JPA ===
19-
spring.jpa.hibernate.ddl-auto=update
20-
spring.jpa.show-sql=true
10+
server.port=8080

0 commit comments

Comments
 (0)