blob: b54e7279371df175f3cf31e1199d22d216c2e909 [file] [log] [blame]
qiaoweif7ef1432019-04-15 17:52:42 +08001#######################################springboot配置 start#################################
2# 单库数据库配置
qiaoweif7ef1432019-04-15 17:52:42 +08003spring.jpa.show-sql=true
4spring.datasource.hikari.connection-timeout=60000
5spring.datasource.hikari.maximum-pool-size=5
6spring.jpa.hibernate.ddl-auto=update
7# logging
8logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n
9logging.level.org.hibernate.SQL=debug
10#################### JSP PAGE ####################
Xia Kaixiang2d3a1ce2019-04-16 17:58:56 +080011#spring.mvc.view.prefix=/pages/
12#spring.mvc.view.suffix=.jsp
13#################### thymeleaf ####################
14spring.mvc.static-path-pattern=/static/**
15spring.thymeleaf.prefix=classpath:/templates/
16spring.thymeleaf.suffix=.html
17spring.thymeleaf.encoding=UTF-8
18spring.thymeleaf.mode=HTML5
Xia Kaixiang72373d82019-04-18 13:52:36 +080019spring.thymeleaf.cache=false
20spring.thymeleaf.enabled=true
Tang Cheng92334992019-04-23 10:00:16 +080021
22################################################
23# user password
24auth.password.bcrypt.length=10
25