application.properties

This commit is contained in:
이진석
2020-01-30 18:57:34 +09:00
parent 5b1a13ed18
commit a3d04a39f6

View File

@@ -1 +1,9 @@
spring.datasource.password=1111
spring.datasource.username=root
spring.datasource.url=jdbc:mysql://localhost:3307/blog?serverTimezone=Asia/Seoul
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.hibernate.use-new-id-generator-mappings=false
spring.jpa.properties.hibernate.format_sql=true
server.port=7070