2019-11-25

Java Spring Boot Tips

@PropertySource("classpath/application.properties") @Value("${app_props_key}") private String app_prop_val; https://www.linkedin.com/learning/spring-framework-in-depth/implement-aop-advice-before loggin.level.root=INFO logMethodCall() LOGGER.log(app method params

No comments: