server:
port: 8614
spring:
datasource:
url: jdbc:mysql://localhost:3306/company?characterEncoding=utf8&serverTimezone=GMT%2B8
username: root
password: lvjing
driver-class-name: com.mysql.cj.jdbc.Driver
mybatis:
mapper-locations: classpath:/mappers/*.xml
configuration:
map-underscore-to-camel-case: true
type-aliases-package: com.cy.pojo
server:
port: 8614
spring:
datasource:
url: jdbc:mysql://localhost:3306/jt?characterEncoding=utf8&serverTimezone=GMT%2B8
username: root
password: lvjing
driver-class-name: com.mysql.cj.jdbc.Driver
mybatis-plus:
mapper-locations: classpath:/mappers/*.xml
configuration:
map-underscore-to-camel-case: true
type-aliases-package: com.lvjing.sys.pojo
logging:
level:
com.lvjing: debug