FITFLOP
Home

spring-profiles (2 post)


posts by category not found!

wrong property value in springboot app when use cloud config client

Troubleshooting Property Mismatches in Spring Boot Apps with Cloud Config Client When integrating your Spring Boot application with a centralized configuration

3 min read 02-10-2024 31
wrong property value in springboot app when use cloud config client
wrong property value in springboot app when use cloud config client

Is there a way to dynamically add values inside @Profile() annotation instead of doing something like @Profile({"dev", "SIT"})?

Dynamically Adding Values to Springs Profile Annotation The Spring Frameworks Profile annotation provides a powerful mechanism for managing different configurat

2 min read 30-09-2024 33
Is there a way to dynamically add values inside @Profile() annotation instead of doing something like @Profile({"dev", "SIT"})?
Is there a way to dynamically add values inside @Profile() annotation instead of doing something like @Profile({"dev", "SIT"})?