mirror of
https://gitee.com/dcren/cloud-native-app-initializer.git
synced 2025-07-16 07:59:42 +08:00
Enable Spring Cloud Alibaba components for Spring Boot 3.0
This commit is contained in:
parent
612b2d99f1
commit
deb9b3371a
@ -157,7 +157,9 @@ initializr:
|
||||
artifactId: spring-cloud-alibaba-dependencies
|
||||
versionProperty: spring-cloud-alibaba.version
|
||||
mappings:
|
||||
- compatibilityRange: "[2.6.11, 2.6.11]"
|
||||
- compatibilityRange: "[3.0.0, 3.0.1)"
|
||||
version: 2022.0.0.0-RC1
|
||||
- compatibilityRange: "[2.6.11, 3.0.0)"
|
||||
version: 2021.0.4.0
|
||||
- compatibilityRange: "[2.6.0,2.6.11)"
|
||||
version: 2021.0.1.0
|
||||
@ -255,7 +257,7 @@ initializr:
|
||||
href: https://github.com/alibaba/aliyun-spring-boot/tree/master/aliyun-spring-boot-samples/aliyun-schedulerx-spring-boot-sample
|
||||
- name: Spring Cloud Alibaba
|
||||
bom: spring-cloud-alibaba
|
||||
compatibilityRange: "[2.0.0.RELEASE,2.6.11]"
|
||||
compatibilityRange: "[2.0.0.RELEASE,3.0.0]"
|
||||
content:
|
||||
- name: Nacos Service Discovery
|
||||
id: sca-nacos-discovery
|
||||
|
@ -7,4 +7,4 @@ spring.cloud.nacos.config.contextPath=/nacos
|
||||
spring.cloud.nacos.config.server-addr=mse-6d50f4f0-p.nacos-ans.mse.aliyuncs.com:8848
|
||||
# Nacos 配置中心的namespace。需要注意,如果使用 public 的 namcespace ,请不要填写这个值,直接留空即可
|
||||
# spring.cloud.nacos.config.namespace=
|
||||
|
||||
spring.config.import=nacos:nacos-config-example.properties?refresh=true
|
Loading…
Reference in New Issue
Block a user