Class DBTestdata
- java.lang.Object
-
- de.fhdw.hfw417.dokumentenpostfach.config.DBTestdata
-
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@Service @Profile("!test") public class DBTestdata extends Object implements org.springframework.boot.CommandLineRunner
Klasse die beim Start von der Spring Anwendung geladen wird. Speichert Testdaten in die Datenbank.
-
-
Constructor Summary
Constructors Constructor Description DBTestdata()
-
-
-
Method Detail
-
run
public void run(String... args) throws PortalDocException
- Specified by:
run
in interfaceorg.springframework.boot.CommandLineRunner
- Throws:
PortalDocException
-
-