application.yml 377 Bytes
server:
  port: 8089
spring:
  datasource:
    type: com.mysql.cj.jdbc.MysqlDataSource
    username: root
    password:
    url: jdbc:mysql://localhost:3306/shiro?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowMultiQueries=true
mybatis-plus:
  global-config:
    banner: off

logging:
  level:
    org.apache.shiro.authc.AbstractAuthenticator: debug