修改案例题模板下载和打包压缩

master
xiaoCJ 8 months ago
parent 7d5960143b
commit 578787d5ff

@ -13,7 +13,7 @@ spring:
application: application:
name: trading_system name: trading_system
profiles: profiles:
active: pro active: dev
mvc: mvc:
pathmatch: pathmatch:
matching-strategy: ant_path_matcher matching-strategy: ant_path_matcher
@ -81,8 +81,7 @@ spring:
mybatis: mybatis:
type-aliases-package: com.sztzjy.resource_center.entity type-aliases-package: com.sztzjy.resource_center.entity
mapper-locations: classpath*:/mapper/*.xml mapper-locations: classpath*:/mapper/*.xml
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#logging: #logging:
# level: # level:

Loading…
Cancel
Save