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

master
slimfish 5 years ago
parent af5920d1dd
commit eec94477cd

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

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

Loading…
Cancel
Save