We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4295660 commit ed611ccCopy full SHA for ed611cc
1 file changed
src/main/resources/application.properties
@@ -4,7 +4,7 @@ spring.datasource.url=jdbc:mysql://65.1.210.34:3306/springboot_crud
4
spring.datasource.username=springboot_crud
5
spring.datasource.password=1234567890
6
7
-spring.jpa.hibernate.ddl-auto=update
+spring.jpa.hibernate.ddl-auto=none
8
spring.jpa.show-sql=true
9
spring.jpa.open-in-view=false
10
spring.flyway.enabled=false
@@ -13,7 +13,6 @@ spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
13
logging.level.org.hibernate.SQL=DEBUG
14
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
15
16
-server.port=5000
17
18
spring.mail.host=smtp.gmail.com
19
spring.mail.port=587
0 commit comments