Skip to content
Snippets Groups Projects
Unverified Commit 93cf5736 authored by Matej Hrica's avatar Matej Hrica
Browse files

Actually use the port 8083

parent 8bea399d
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ servers: ...@@ -15,7 +15,7 @@ servers:
server: server:
default: localhost default: localhost
port: port:
default: "8083" default: "${server.port}"
paths: paths:
/api/users/{id}: /api/users/{id}:
get: get:
......
...@@ -6,3 +6,5 @@ spring: ...@@ -6,3 +6,5 @@ spring:
driverClassName: org.h2.Driver driverClassName: org.h2.Driver
jpa: jpa:
database-platform: org.hibernate.dialect.H2Dialect database-platform: org.hibernate.dialect.H2Dialect
server:
port: 8083
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment