From 7aef8438436ebaab4f72c535be48c0ae261e9f87 Mon Sep 17 00:00:00 2001 From: Saumitra Kahate Date: Wed, 5 Jul 2023 21:31:21 +0530 Subject: [PATCH] Change in port number --- 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..7664a7daa 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,4 @@ +server.port=9090 # database init, supports mysql too database=h2 spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql