File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
12<classpath >
23 <classpathentry kind =" src" output =" target/classes" path =" src/main/java" >
34 <attributes >
Original file line number Diff line number Diff line change 1111 </arguments >
1212 </buildCommand >
1313 <buildCommand >
14- <name >org.eclipse.m2e.core.maven2Builder </name >
14+ <name >org.springframework.ide. eclipse.boot.validation.springbootbuilder </name >
1515 <arguments >
1616 </arguments >
1717 </buildCommand >
1818 <buildCommand >
19- <name >org.springframework.ide. eclipse.boot.validation.springbootbuilder </name >
19+ <name >org.eclipse.m2e.core.maven2Builder </name >
2020 <arguments >
2121 </arguments >
2222 </buildCommand >
Original file line number Diff line number Diff line change 11
22# Spring Configuration
33server :
4- port : 8280
4+ port : 8080
55 servlet :
66 context-path : ${BILLING_PREFIX:/}
77
@@ -22,7 +22,7 @@ logging:
2222# Spring Boot Actuator
2323management :
2424 server :
25- port : 9002
25+ port : 9000
2626 endpoints :
2727 enabled-by-default : false
2828 web :
You can’t perform that action at this time.
0 commit comments