data sql not loading in springboot

Solutions on MaxInterview for data sql not loading in springboot by the best coders in the world

showing results for - "data sql not loading in springboot"
Ariadna
28 Mar 2018
1Properties file:
2spring.datasource.initialization-mode=always
3
4YAML file:
5spring:
6  datasource:
7    initialization-mode: always
8