|
@@ -4,8 +4,6 @@ import inn.ocsf.bee.freigeld.core.demo.DemoInMem
|
|
import org.springframework.boot.SpringApplication
|
|
import org.springframework.boot.SpringApplication
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication
|
|
import org.springframework.context.annotation.Profile
|
|
import org.springframework.context.annotation.Profile
|
|
-import org.springframework.context.annotation.PropertySource
|
|
|
|
-import org.springframework.context.annotation.PropertySources
|
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling
|
|
import org.springframework.scheduling.annotation.EnableScheduling
|
|
import org.springframework.stereotype.Service
|
|
import org.springframework.stereotype.Service
|
|
import org.springframework.web.bind.annotation.RequestMapping
|
|
import org.springframework.web.bind.annotation.RequestMapping
|
|
@@ -16,7 +14,6 @@ import javax.inject.Inject
|
|
|
|
|
|
@SpringBootApplication
|
|
@SpringBootApplication
|
|
@EnableScheduling
|
|
@EnableScheduling
|
|
-@PropertySources(value = [PropertySource("classpath:application-default.yaml")])
|
|
|
|
class FreiApp{
|
|
class FreiApp{
|
|
|
|
|
|
@PostConstruct
|
|
@PostConstruct
|