application.yml 363 字节
Newer Older
M
ManongJu 已提交
1
server:
M
ManongJu 已提交
2
  port: 9021
M
ManongJu 已提交
3
spring:
M
ManongJu 已提交
4 5 6 7 8 9
  datasource:
      url: jdbc:mysql://localhost:3306/zuul-auth?useUnicode=true&characterEncoding=utf-8
      username: root
      password: 123456
      druid:
        driver-class-name: com.mysql.jdbc.Driver
M
ManongJu 已提交
10 11 12 13 14
  cloud:
    nacos:
      discovery:
        server-addr: 127.0.0.1:8848

M
ManongJu 已提交
15 16
mybatis:
  mapper-locations: classpath:mapper/*.xml