File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 9090 $IMAGE
9191
9292 echo "== PRUNE =="
93- docker image prune -f
93+ docker image prune -f
Original file line number Diff line number Diff line change 2323 run : ./gradlew ktlintCheck
2424
2525 - name : Run Tests
26- run : ./gradlew test
26+ run : ./gradlew test
Original file line number Diff line number Diff line change 11services :
22 mysql :
3- image : ' mysql:latest '
3+ image : ' mysql:8.0 '
44 environment :
55 - ' MYSQL_DATABASE=mydatabase'
66 - ' MYSQL_PASSWORD=secret'
Original file line number Diff line number Diff line change 11spring.application.name =23-5-team2-server
22
33# Database Connection
4- spring.datasource.url =jdbc:mysql://localhost:3306/${DB_NAME:mydatabase}
4+ spring.datasource.url =jdbc:mysql:8.0: //localhost:3306/${DB_NAME:mydatabase}
55spring.datasource.username =${DB_USER:user}
66spring.datasource.password =${DB_PASSWORD:secret}
77spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
@@ -10,5 +10,3 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
1010spring.flyway.enabled =true
1111# Important: Flyway needs to find your migration scripts here
1212spring.flyway.locations =classpath:db/migration
13- spring.flyway.default-schema =${DB_NAME:mydatabase}
14- spring.datasource.hikari.schema =${DB_NAME:mydatabase}
You can’t perform that action at this time.
0 commit comments