1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/gpa_system?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=root
|
||||
spring.datasource.url=${SPRING_DATASOURCE_URL:jdbc:mysql://localhost:3306/gpa_system?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true}
|
||||
spring.datasource.username=${SPRING_DATASOURCE_USERNAME:root}
|
||||
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD:root}
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
@@ -9,4 +9,4 @@ spring.jpa.show-sql=true
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
|
||||
server.port=8080
|
||||
server.port=${SERVER_PORT:8080}
|
||||
|
||||
Reference in New Issue
Block a user