Package de.dlr.proseo.ordergen
Class OrderGenerator
java.lang.Object
de.dlr.proseo.ordergen.OrderGenerator
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@SpringBootApplication
@EnableConfigurationProperties
@ComponentScan(basePackages="de.dlr.proseo")
@EnableJpaRepositories(basePackages="de.dlr.proseo.model.dao")
public class OrderGenerator
extends Object
implements org.springframework.boot.CommandLineRunner
prosEO Order Generator application
- Author:
- Ernst Melchinger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic OrderCreatorstatic OrderGenSchedulerprotected ServiceConnectionThe connector service to the prosEO backend services -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.transaction.PlatformTransactionManagerGets the transaction manger.static voidvoid
-
Field Details
-
serviceConnection
The connector service to the prosEO backend services -
scheduler
-
orderCreator
-
-
Constructor Details
-
OrderGenerator
public OrderGenerator()
-
-
Method Details