File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/ca/uhn/fhir/jpa/starter Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >ca.uhn.hapi.fhir</groupId >
16
16
<artifactId >hapi-fhir</artifactId >
17
- <version >6.3.13-SNAPSHOT </version >
17
+ <version >6.4.0 </version >
18
18
</parent >
19
19
20
20
<artifactId >hapi-fhir-jpaserver-starter</artifactId >
Original file line number Diff line number Diff line change 15
15
import org .springframework .boot .SpringApplication ;
16
16
import org .springframework .boot .autoconfigure .SpringBootApplication ;
17
17
import org .springframework .boot .autoconfigure .elasticsearch .ElasticsearchRestClientAutoConfiguration ;
18
+ import org .springframework .boot .autoconfigure .thymeleaf .ThymeleafAutoConfiguration ;
18
19
import org .springframework .boot .builder .SpringApplicationBuilder ;
19
20
import org .springframework .boot .web .servlet .ServletComponentScan ;
20
21
import org .springframework .boot .web .servlet .ServletRegistrationBean ;
26
27
import org .springframework .web .servlet .DispatcherServlet ;
27
28
28
29
@ ServletComponentScan (basePackageClasses = {RestfulServer .class })
29
- @ SpringBootApplication (exclude = {ElasticsearchRestClientAutoConfiguration .class })
30
+ @ SpringBootApplication (exclude = {ElasticsearchRestClientAutoConfiguration .class , ThymeleafAutoConfiguration . class })
30
31
@ Import ({
31
32
SubscriptionSubmitterConfig .class ,
32
33
SubscriptionProcessorConfig .class ,
You can’t perform that action at this time.
0 commit comments