add exclude section in config
This commit is contained in:
parent
89aa7914f2
commit
adf91e4c44
@ -14,6 +14,9 @@ spring:
|
|||||||
# ddl-auto: create-drop
|
# ddl-auto: create-drop
|
||||||
show-sql: true
|
show-sql: true
|
||||||
open-in-view: false
|
open-in-view: false
|
||||||
|
autoconfigure:
|
||||||
|
exclude:
|
||||||
|
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
|
||||||
|
|
||||||
indexing-settings:
|
indexing-settings:
|
||||||
sites:
|
sites:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user