nacos autorefresh feature not working with jasypt
See original GitHub issue <groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>nacos-config-spring-boot-starter</artifactId>
<version>0.2.4</version>
</dependency>
@NacosValue(value = "${test:}",autoRefreshed = true)
Nacos autoRefreshed flag not working when import jasypt in pom.
guess there are some caching problems.
hope fix
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
记一次nacos刷新失败排查 - 矩阵编程
项目中使用nacos作为配置中心,在使用的时候发现一个问题,nacos手动修改 ... 的issue:nacos autorefresh feature not working with jasypt #186,看 ...
Read more >Unable to decrypt error using jasypt with spring boot
I am using spring boot:2.2.2.RELEASE when i tried to add jasypt functionality to hide my password ...
Read more >nacos版本spring-boot - CSDN
csdn已为您找到关于nacos版本spring-boot相关内容,包含nacos版本spring-boot相关文档代码介绍、相关教程视频课程,以及相关nacos版本spring-boot问答内容。
Read more >Encrypting from the command line: Jasypt CLI Tools
A set of .bat files for Windows execution: encrypt.bat: for PBE (Password Based Encryption) encryption operations. decrypt.bat: for PBE ( ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
spring-boot2.6.7/spring-cloud-alibaba2021.0.1.0/jasypt-spring-boot-starter3.0.3 ,Nacos autoRefreshed flag not working when (jasypt.encryptor.password= jasypt.encryptor.algorithm=) jasypt was writte in properties file
CachingDelegateEncryptablePropertySource#getProperty The cache! ! ! !!