From fecc274ea703e74d8b637951be8807823da68d9b Mon Sep 17 00:00:00 2001 From: Yogesh Khot Date: Tue, 4 Apr 2023 14:47:33 +0000 Subject: [PATCH] port changed --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5d3eeed32..861cd2d87 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,4 @@ +server.port=8081 # database init, supports mysql too database=h2 spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql