From ea19d9eac956bdebd176569280c0629eb487b014 Mon Sep 17 00:00:00 2001 From: rosie Date: Sat, 3 Aug 2024 14:40:31 +0900 Subject: [PATCH] server port --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5d3eeed32..00425e23f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,5 @@ +server.port=8090 + # database init, supports mysql too database=h2 spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql