#ȫ�ֹ������� server.tomcat.uri-encoding=utf-8 logging.level.root=INFO spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.jpa.database = MYSQL spring.jpa.hibernate.ddl-auto=none spring.jpa.show-sql=false spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect spring.jpa.hibernate.implicit_naming_strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl spring.jpa.hibernate.physical_naming_strategy=com.ssj.framework.spring.jpa.PhysicalNamingStrategyImpl spring.jpa.open-in-view=true session.expire=1800 spring.jackson.date-format=yyyy-MM-dd HH:mm:ss spring.jackson.time-zone=GMT+8 spring.http.multipart.maxFileSize=200MB spring.http.multipart.maxRequestSize=5000MB spring.http.multipart.enabled=false spring.thymeleaf.cache=false mybatis-plus.refresh-mapper=false