Skip to content

Commit

Permalink
create version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pasquy73 committed Jan 28, 2025
1 parent b0c87c0 commit 55567dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
Expand Down
4 changes: 2 additions & 2 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Spring Configuration
server:
port: 8280
port: 8080
servlet:
context-path: ${BILLING_PREFIX:/}

Expand All @@ -22,7 +22,7 @@ logging:
# Spring Boot Actuator
management:
server:
port: 9002
port: 9000
endpoints:
enabled-by-default: false
web:
Expand Down

0 comments on commit 55567dd

Please sign in to comment.