Skip to content

Commit 55567dd

Browse files
committed
create version 0.0.4
1 parent b0c87c0 commit 55567dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<classpath>
23
<classpathentry kind="src" output="target/classes" path="src/main/java">
34
<attributes>

.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
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>

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Spring Configuration
33
server:
4-
port: 8280
4+
port: 8080
55
servlet:
66
context-path: ${BILLING_PREFIX:/}
77

@@ -22,7 +22,7 @@ logging:
2222
# Spring Boot Actuator
2323
management:
2424
server:
25-
port: 9002
25+
port: 9000
2626
endpoints:
2727
enabled-by-default: false
2828
web:

0 commit comments

Comments
 (0)