Skip to content

Commit ed611cc

Browse files
Update application.properties file
1 parent 4295660 commit ed611cc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/resources/application.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spring.datasource.url=jdbc:mysql://65.1.210.34:3306/springboot_crud
44
spring.datasource.username=springboot_crud
55
spring.datasource.password=1234567890
66

7-
spring.jpa.hibernate.ddl-auto=update
7+
spring.jpa.hibernate.ddl-auto=none
88
spring.jpa.show-sql=true
99
spring.jpa.open-in-view=false
1010
spring.flyway.enabled=false
@@ -13,7 +13,6 @@ spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
1313
logging.level.org.hibernate.SQL=DEBUG
1414
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
1515

16-
server.port=5000
1716

1817
spring.mail.host=smtp.gmail.com
1918
spring.mail.port=587

0 commit comments

Comments
 (0)