Skip to content

Commit

Permalink
fix mysql not starting
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hasgul <[email protected]>
  • Loading branch information
jordanhasgul committed Aug 8, 2024
1 parent dc5225c commit 37b9514
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tw-entrypoints-starter/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ tw-graceful-shutdown:

---
spring:
datasource:
embedded:
mysql:
port: 3306
enable: true
config:
activate:
on-profile: continuous-integration
embedded:
mysql:
port: 3306
on-profile: continuous-integration

0 comments on commit 37b9514

Please sign in to comment.