- All Implemented Interfaces:
- org.springframework.boot.ApplicationRunner
@Component
public class DatabasePopulator
extends Object
implements org.springframework.boot.ApplicationRunner
Pre-populates DB with demo Data.
It is important that DB user with granted authority ('restjdbc' in this case)
is already present in running instance of MySQL DataBase
- Author:
- dmv