diff options
| author | gabrhr <[email protected]> | 2022-06-01 22:54:03 -0500 |
|---|---|---|
| committer | gabrhr <[email protected]> | 2022-06-01 22:54:03 -0500 |
| commit | bc1d3b4bc6d4d83c2c4eb6b78f4a95582fd0588f (patch) | |
| tree | 01de133315d18b51a261357123804b2e8c3da510 /back/odiparback/src/main/resources/application.properties | |
| parent | e9cb09907f8dbc9a4a64549a3ea4d1d8313e7c25 (diff) | |
| download | DP1_project-bc1d3b4bc6d4d83c2c4eb6b78f4a95582fd0588f.tar.gz DP1_project-bc1d3b4bc6d4d83c2c4eb6b78f4a95582fd0588f.tar.bz2 DP1_project-bc1d3b4bc6d4d83c2c4eb6b78f4a95582fd0588f.zip | |
Fix Dao v1
inicio de cambios
camion ok
tramoRuta ok generaba error
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 |
