|
|
@ -29,13 +29,13 @@ mybatis-plus:
|
|
|
|
db-config:
|
|
|
|
db-config:
|
|
|
|
table-prefix: template.
|
|
|
|
table-prefix: template.
|
|
|
|
mapper-locations: classpath*:mapper/*Mapper.xml
|
|
|
|
mapper-locations: classpath*:mapper/*Mapper.xml
|
|
|
|
type-aliases-package: com.oceanspot.template.entities
|
|
|
|
type-aliases-package: com.bsd.say.entities
|
|
|
|
configuration:
|
|
|
|
configuration:
|
|
|
|
map-underscore-to-camel-case: true
|
|
|
|
map-underscore-to-camel-case: true
|
|
|
|
|
|
|
|
|
|
|
|
logging:
|
|
|
|
logging:
|
|
|
|
level:
|
|
|
|
level:
|
|
|
|
com.oceanspot.template.mapper: debug
|
|
|
|
com.bsd.say.mapper: debug
|
|
|
|
|
|
|
|
|
|
|
|
server:
|
|
|
|
server:
|
|
|
|
port: 8082
|
|
|
|
port: 8082
|
|
|
|