We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c4e23 commit 8ca4459Copy full SHA for 8ca4459
src/main/java/br/com/concrete/mock/configuration/api/v1/controller/CaptureStateController.java
@@ -29,7 +29,7 @@ public CaptureStateController(CaptureStateService service) {
29
}
30
31
@Bean
32
- private CommandLineRunner init() {
+ private CommandLineRunner onLoad() {
33
return args -> {
34
LOGGER.info("Application capture state: " + captureState);
35
if(captureState) {
0 commit comments