File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ spring:
3838 store-type : jdbc
3939 jdbc :
4040 initialize-schema : never
41+ thymeleaf :
42+ # explicitly disable thymeleaf view resolution
43+ enabled : false
4144
4245 security :
4346 oauth2 :
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ spring:
3838 store-type : jdbc
3939 jdbc :
4040 initialize-schema : never
41+ thymeleaf :
42+ # explicitly disable thymeleaf view resolution
43+ enabled : false
4144
4245 security :
4346 oauth2 :
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ spring:
4242 store-type : jdbc
4343 jdbc :
4444 initialize-schema : never
45+ thymeleaf :
46+ # explicitly disable thymeleaf view resolution
47+ enabled : false
4548
4649 security :
4750 oauth2 :
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ spring:
1212 store-type : jdbc
1313 jdbc :
1414 initialize-schema : never
15+ thymeleaf :
16+ # explicitly disable thymeleaf view resolution
17+ enabled : false
1518
1619 security :
1720 oauth2 :
You can’t perform that action at this time.
0 commit comments