|
|
@ -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:
|
|
|
|