question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
zhang6332commented, May 10, 2022

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

1reaction
AlexanderLuocommented, Sep 17, 2020

CachingDelegateEncryptablePropertySource#getProperty The cache! ! ! !!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found