We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
要求:
<dependencies> <!-- Spring Framework 6.x+ --> <dependency> <groupId>io.github.microsphere-projects</groupId> <artifactId>microsphere-spring-context</artifactId> <version>2.0.0-SNAPSHOT</version> </dependency> <!-- Spring Framework 4.x+ --> <dependency> <groupId>io.github.microsphere-projects</groupId> <artifactId>microsphere-spring-context</artifactId> <version>0.0.3</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>
基于 Microsphere Nacos Open API
<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>
功能清单
@NacosPropertySource
PropertySourceExtensionLoader
推荐 PR 到 https://github.com/microsphere-projects/microsphere-configuration
The text was updated successfully, but these errors were encountered:
Kurok1/microsphere-configuration@35b9ee4
Sorry, something went wrong.
bugfix: microsphere-projects/microsphere-nacos#22 作业内容: microsphere-projects/microsphere-configuration#2 遗留问题:
No branches or pull requests
要求:
基于 Microsphere Nacos Open API
功能清单
@NacosPropertySource
PropertySourceExtensionLoader
实现推荐 PR 到 https://github.com/microsphere-projects/microsphere-configuration
The text was updated successfully, but these errors were encountered: