We are looking at externalizing the configuration of an springboot app. Is there a way to scan the code and list all the hard coded values?
Asked
Active
Viewed 194 times
0
-
Please check https://stackoverflow.com/questions/35569783/extract-all-hardcoded-strings-to-string-resource you need to use some IDE like IntelliJ for example – dassum Dec 25 '19 at 15:26
1 Answers
0
You need to use some IDE like IntelliJ for example. Open the Project and go to "Analyze" option and then select "Run Inspection By Name" and after that choose option "hard coded strings".

dassum
- 4,727
- 2
- 25
- 38