parent
dff2eae8c8
commit
259532c07c
@ -0,0 +1 @@
|
|||||||
|
debug: true
|
@ -1,8 +0,0 @@
|
|||||||
spring:
|
|
||||||
datasource:
|
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
druid:
|
|
||||||
username: root
|
|
||||||
password: root
|
|
||||||
url: jdbc:mysql://localhost:3306/ry-cloud?serverTimezone=Asia/Shanghai
|
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
@ -0,0 +1,13 @@
|
|||||||
|
spring:
|
||||||
|
cloud:
|
||||||
|
gateway:
|
||||||
|
routes:
|
||||||
|
- id: authRoute
|
||||||
|
uri: lb://ruoyi-auth
|
||||||
|
order: 10000
|
||||||
|
predicates:
|
||||||
|
- Path=/auth/**
|
||||||
|
filters:
|
||||||
|
- StripPrefix=1
|
||||||
|
|
||||||
|
debug: true
|
Loading…
Reference in new issue