db config changed

This commit is contained in:
2024-09-29 00:40:39 +05:30
parent f41a1043c9
commit 279c6f9c1a
2 changed files with 15 additions and 14 deletions

View File

@ -23,10 +23,14 @@ spring:
ssl:
enable: false
datasource:
url: jdbc:mysql://210.18.189.94:8098/demo
# url: jdbc:mysql://mysql:3306/demo
# url: jdbc:mysql://210.18.189.94:8098/demo
# url: jdbc:mysql://${MYSQL_HOST:db}:8098/demo
username: youruser
password: youruserpassword
# username: youruser
# password: youruserpassword
url: ${SPRING_DATASOURCE_URL}
username: ${SPRING_DATASOURCE_USERNAME}
password: ${SPRING_DATASOURCE_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
hibernate: