We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92328cd commit 4679590Copy full SHA for 4679590
backend/src/main/resources/application.properties
@@ -4,7 +4,7 @@ spring.datasource.username=${DATABASE_USERNAME}
4
spring.datasource.password=${MYSQL_ROOT_PASSWORD}
5
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
6
spring.jpa.show-sql=true
7
-spring.jpa.hibernate.ddl-auto=create
+spring.jpa.hibernate.ddl-auto=update
8
spring.docker.compose.lifecycle-management=start-and-stop
9
logging.level.org.springframework.security=DEBUG
10
spring.data.redis.host=${REDIS_HOST}
0 commit comments