File tree Expand file tree Collapse file tree 4 files changed +6
-90
lines changed
test/java/com/austenconstable/web/hierarchy Expand file tree Collapse file tree 4 files changed +6
-90
lines changed Original file line number Diff line number Diff line change 1818 <parent >
1919 <groupId >org.springframework.boot</groupId >
2020 <artifactId >spring-boot-starter-parent</artifactId >
21- <version >2.3.4.RELEASE </version >
21+ <version >2.4.2 </version >
2222 <relativePath /> <!-- lookup parent from repository -->
2323 </parent >
2424
4444 <dependency >
4545 <groupId >org.springframework.cloud</groupId >
4646 <artifactId >spring-cloud-dependencies</artifactId >
47- <version >Hoxton.SR8 </version >
47+ <version >2020.0.1 </version >
4848 <type >pom</type >
4949 <scope >import</scope >
5050 </dependency >
Original file line number Diff line number Diff line change 155155 <groupId >org.springframework.cloud</groupId >
156156 <artifactId >spring-cloud-starter-loadbalancer</artifactId >
157157 </dependency >
158-
159- <!-- remove this once we switch to consul -->
160- <dependency >
161- <groupId >org.springframework.cloud</groupId >
162- <artifactId >spring-cloud-starter-netflix-ribbon</artifactId >
163- <scope >test</scope >
164- </dependency >
165158 </dependencies >
166159
167160 <build >
Original file line number Diff line number Diff line change 1+ spring.application.name =team-happiness
12spring.data.rest.base-path =/data
23spring.mvc.static-path-pattern =/static/**
3- spring.resources.chain.enabled =true
4- spring.resources.chain.strategy.content.enabled =true
5- spring.resources.chain.strategy.content.paths =/**
4+ spring.web. resources.chain.enabled =true
5+ spring.web. resources.chain.strategy.content.enabled =true
6+ spring.web. resources.chain.strategy.content.paths =/**
67management.endpoints.web.exposure.include =*
78server.port =8080
89# Configuring the consul registration center
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments