From 10617c99bb2110358e166dcfdd8cc77221f1d3e2 Mon Sep 17 00:00:00 2001 From: Lu Jincheng Date: Wed, 17 Sep 2025 00:01:38 +0800 Subject: [PATCH] change port --- 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 8e5aacb..543adc9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,5 @@ spring.application.name=demo +server.port=3000 spring.h2.console.enabled=true spring.datasource.url=jdbc:h2:mem:app spring.datasource.driver-class-name=org.h2.Driver