|
@@ -1,6 +1,6 @@
|
|
|
spring.profiles.active=dev
|
|
|
logging.level.* = info
|
|
|
-logging.file=log/log.log
|
|
|
+logging.file.name=log/log.log
|
|
|
|
|
|
spring.servlet.multipart.enabled=true
|
|
|
spring.servlet.multipart.max-file-size=50MB
|
|
@@ -10,7 +10,7 @@ server.servlet.session.timeout=36000
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
spring.jpa.show-sql=true
|
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL57Dialect
|
|
|
-spring.jpa.hibernate.ddl-auto=none
|
|
|
+spring.jpa.hibernate.ddl-auto=update
|
|
|
|
|
|
spring.thymeleaf.mode=HTML
|
|
|
spring.thymeleaf.prefix=classpath:/static/
|