|
|
|
@ -6,12 +6,12 @@ spring:
|
|
|
|
name: UCO-SERVICE
|
|
|
|
name: UCO-SERVICE
|
|
|
|
datasource:
|
|
|
|
datasource:
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
url: jdbc:mysql://localhost:3306/uco
|
|
|
|
# url: jdbc:mysql://localhost:3306/uco
|
|
|
|
username: root
|
|
|
|
# username: root
|
|
|
|
password: root
|
|
|
|
# password: root
|
|
|
|
# url: jdbc:mysql://${UCO_SQL_DB_MACHINE_IP}/uco
|
|
|
|
url: jdbc:mysql://${UCO_SQL_DB_MACHINE_IP}/uco
|
|
|
|
# username: ${UCO_SQL_DB_USER}
|
|
|
|
username: ${UCO_SQL_DB_USER}
|
|
|
|
# password: ${UCO_SQL_DB_PASSWORD}
|
|
|
|
password: ${UCO_SQL_DB_PASSWORD}
|
|
|
|
jpa:
|
|
|
|
jpa:
|
|
|
|
show-sql: true
|
|
|
|
show-sql: true
|
|
|
|
hibernate:
|
|
|
|
hibernate:
|
|
|
|
|