Skip to content
New issue

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

添加统一配置功能 #178

Open
gudaoxuri opened this issue Jul 7, 2020 · 3 comments
Open

添加统一配置功能 #178

gudaoxuri opened this issue Jul 7, 2020 · 3 comments
Assignees
Milestone

Comments

@gudaoxuri
Copy link
Owner

实现基于ConfigMap的配置管理能力。

@gudaoxuri gudaoxuri self-assigned this Jul 7, 2020
@gudaoxuri gudaoxuri added this to the 3.0.0 milestone Jul 7, 2020
@gudaoxuri
Copy link
Owner Author

gudaoxuri commented Jul 7, 2020

刷新功能

<dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

management.endpoints.web.exposure.include=refresh

@gudaoxuri
Copy link
Owner Author

统一配置可使用 ConfigMap , volumeMount 到 项目目录并用 spring.config.additional-location 加载。

@gudaoxuri
Copy link
Owner Author

Repository owner deleted a comment Feb 2, 2024
@github-staff github-staff deleted a comment from naudachu May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@gudaoxuri and others