79727643

Date: 2025-08-06 17:31:27
Score: 1
Natty:
Report link

Place your properties in a location that loads before auto-configuration:

@SpringBootApplication
@PropertySource("classpath:/WEB-INF/my-web.properties")
public class MyApplication {
    public static void main(String[] args) {
        SpringApplication.run(MyApplication.class, args);
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cesar Saucedo