Files
shiroSpringBootLearn/src/main/resources/application.yml
fjy8018@qq.com 435480d590 配置mybatis
2018-07-06 10:00:17 +08:00

12 lines
368 B
YAML

spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/db_imis2?useUnicode=true&characterEncoding=utf-8&useSSL=true
username: trs
password: shiro
## 配置mybatis ##
mybatis:
mapper-locations: mappers/*.xml
type-aliases-package: top.fjy8018.shiro.dataobject