Hendrik Jungnitsch
2022-09-30 6eef399086219d1c2fb29da3802e17955b6b07df
src/main/java/de/gedoplan/seminar/sbt/di/exercise/SbtDiExerciseApplication.java
@@ -3,7 +3,9 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.scheduling.annotation.EnableAsync;
@EnableAsync
@ConfigurationPropertiesScan
@SpringBootApplication
public class SbtDiExerciseApplication {