mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-06-24 22:16:39 +00:00
文档新增安装步骤
This commit is contained in:
BIN
doc/sql/novel-cloud数据模型.ndm
Normal file
BIN
doc/sql/novel-cloud数据模型.ndm
Normal file
Binary file not shown.
BIN
doc/yml/nacos_config_export_20200529164001.zip
Normal file
BIN
doc/yml/nacos_config_export_20200529164001.zip
Normal file
Binary file not shown.
@ -17,12 +17,36 @@ spring:
|
||||
namespace: 3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
gateway:
|
||||
routes:
|
||||
- id: home-route
|
||||
uri: lb://novel-home
|
||||
predicates:
|
||||
- Path=/api/home/**
|
||||
filters:
|
||||
- RewritePath=/api/(?<segment>.*), /$\{segment}
|
||||
- id: news-route
|
||||
uri: lb://news-service
|
||||
predicates:
|
||||
- Path=/api/news/**
|
||||
filters:
|
||||
- RewritePath=/api/(?<segment>.*), /$\{segment}
|
||||
- id: user-route
|
||||
uri: lb://user-service
|
||||
predicates:
|
||||
- Path=/api/user/**
|
||||
filters:
|
||||
- RewritePath=/api/(?<segment>.*), /$\{segment}
|
||||
- id: book-route
|
||||
uri: lb://book-service
|
||||
predicates:
|
||||
- Path=/api/book/**
|
||||
filters:
|
||||
- RewritePath=/api/(?<segment>.*), /$\{segment}
|
||||
- id: search-route
|
||||
uri: lb://novel-search
|
||||
predicates:
|
||||
- Path=/api/search/**
|
||||
filters:
|
||||
- RewritePath=/api/(?<segment>.*), /$\{segment}
|
||||
- id: monitor-route
|
||||
uri: lb://novel-monitor
|
||||
predicates:
|
||||
|
Reference in New Issue
Block a user