diff options
Diffstat (limited to 'back/odiparback/src/main/resources/application.properties')
| -rw-r--r-- | back/odiparback/src/main/resources/application.properties | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/back/odiparback/src/main/resources/application.properties b/back/odiparback/src/main/resources/application.properties index 6c4feb8..5c476bd 100644 --- a/back/odiparback/src/main/resources/application.properties +++ b/back/odiparback/src/main/resources/application.properties @@ -4,4 +4,15 @@ spring.datasource.username=gabs spring.datasource.password=odiparfront123odiparfront123odiparfront123 spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect -# com.mysql.cj.jdbc.Driver (new driver)
\ No newline at end of file +# com.mysql.cj.jdbc.Driver (new driver) + +server.port=8083 +spring.datasource.tomcat.max-wait=20000 +spring.datasource.tomcat.max-active=50 +spring.datasource.tomcat.max-idle=20 +spring.datasource.tomcat.min-idle=15 +spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver + +spring.jpa.generate-ddl=true +spring.jpa.hibernate.hbm2ddl.auto=update +spring.jpa.hibernate.ddl-auto=update
\ No newline at end of file |
