Open mercyblitz opened 2 weeks ago
要求:
基于 Microsphere Spring Context 配置整合 Nacos
<dependencies> <!-- Spring Framework 6.x+ --> <dependency> <groupId>io.github.microsphere-projects</groupId> <artifactId>microsphere-spring-context</artifactId> <version>2.0.0-SNAPSHOT</version> </dependency>
- 基于 [Microsphere Nacos Open API](https://github.com/microsphere-projects/microsphere-nacos) - Maven 依赖 ```xml <dependencies> <dependency> <groupId>io.github.microsphere-projects</groupId> <artifactId>microsphere-nacos-openapi</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> <repositories> <repository> <id>snapshot</id> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </repository> </repositories>
@NacosPorpertySource
PropertySourceExtensionLoader
推荐 PR 到 https://github.com/microsphere-projects/microsphere-configuration
https://github.com/Kurok1/microsphere-configuration/commit/35b9ee47dcd014819fc90b3839824e885b485371
要求:
基于 Microsphere Spring Context 配置整合 Nacos
@NacosPorpertySource
PropertySourceExtensionLoader
实现推荐 PR 到 https://github.com/microsphere-projects/microsphere-configuration