Skip to content

Commit

Permalink
Exclude FreeMarkerAutoConfiguration in wps and wcs services
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Sep 9, 2024
1 parent 361ba13 commit 91e64c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/geoserver/wcs/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spring:
- org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
- org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
- org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration

# override default of true, this service does not use the registry (when eureka client is enabled)
eureka.client.fetch-registry: false
Expand Down
2 changes: 2 additions & 0 deletions src/apps/geoserver/wps/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spring:
- org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
- org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
- org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
- org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
- org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration

# override default of true, this service does not use the registry (when eureka client is enabled)
Expand Down

0 comments on commit 91e64c5

Please sign in to comment.