Sr. Engineering Manager at Juniper Networks
Company website: https://www.juniper.net/
Marios has been working in the software industry in Greece and Sweden the last 21+ years, onsite or remotely. He has built many software engineering teams and products.
Stats
Reputation: | 209 |
Pageviews: | 117.4K |
Articles: | 3 |
Comments: | 3 |
Comments
Sep 13, 2019 · Marios Karagiannopoulos
Yes Thomas, just checked the old code and it is a custom interface implemented by another team ;-) Sorry about that.
Sep 13, 2019 · Marios Karagiannopoulos
Thanks! @mariosk78
Sep 12, 2019 · Marios Karagiannopoulos
Hey Thomas,
ApplicationRunner is an interface based on Spring Boot documentation. You may have a look at this article: https://dzone.com/articles/spring-boot-applicationrunner-and-commandlinerunne
You're right CommandLineRunner does not have a stop method, will fix that. As you said CommandLineRunner is a functional interface which means that contains only one abstract method.