What are the possible values of spring.datasource.initialization-mode?

后端 未结 2 1497
伪装坚强ぢ
伪装坚强ぢ 2021-02-19 10:48

I am configuring a database in Spring JPA and I want to know what the possible values are of spring.datasource.initialization-mode. I found this page with common pr

2条回答
  •  自闭症患者
    2021-02-19 11:14

    When all else fails, you remember "use the source, Luke!". The values are given in the Javadoc of the enum DataSourceInitializationMode. Values are always, embedded and never.

提交回复
热议问题