Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastsunday/book-spring-cloud-alibaba-restfulsample
https://github.com/lastsunday/book-spring-cloud-alibaba-restfulsample
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lastsunday/book-spring-cloud-alibaba-restfulsample
- Owner: lastsunday
- Created: 2021-12-30T12:19:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T12:24:40.000Z (about 3 years ago)
- Last Synced: 2024-11-05T15:53:12.804Z (2 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
## 在nacos创建Namespaces,如spring-cloud-alibaba-practice
会自动生成Namespace ID,如f0f2ef4d-ef19-481d-ab05-501dc330e78f则application.yaml里需要填入相应的namespace,如
```yaml
spring:
application:
name: restful-practice
jackson:
default-property-inclusion: non_null
cloud:
nacos:
discovery:
server-addr: 127.0.0.1:8848
namespace: f0f2ef4d-ef19-481d-ab05-501dc330e78f
server:
port: 8747dubbo:
registry:
address: spring-cloud://localhost
cloud:
subscribed-services: "*"
```