去掉中文注释,否则我跑不起来

master
slimfish 5 years ago
parent af5920d1dd
commit eec94477cd

@ -1,7 +1,5 @@
#服务器端口号配置
server:
port: 8080
#数据源配置
spring:
datasource:
@ -25,7 +23,6 @@ spring:
pool-prepared-statements: true
max-open-prepared-statements: 50
max-pool-prepared-statement-per-connection-size: 20
# 页面配置
mvc:
view:
prefix: /templates/
@ -34,12 +31,10 @@ spring:
cache: false
request-context-attribute: request
#日志配置 log4j2
logging:
config: classpath:log4j2.yml
#mybatis配置
mybatis:
type-aliases-package: com.oceanspot.template.util.model
mapper-locations: classpath:mapper/*.xml

@ -1,7 +1,5 @@
#服务器端口号配置
server:
port: 8080
#数据源配置
spring:
datasource:
@ -25,7 +23,6 @@ spring:
pool-prepared-statements: true
max-open-prepared-statements: 50
max-pool-prepared-statement-per-connection-size: 20
# 页面配置
mvc:
view:
prefix: /templates/
@ -34,12 +31,10 @@ spring:
cache: false
request-context-attribute: request
#日志配置 log4j2
logging:
config: classpath:log4j2.yml
#mybatis配置
mybatis:
type-aliases-package: com.oceanspot.template.util.model
mapper-locations: classpath:mapper/*.xml

Loading…
Cancel
Save