From a9c51a0d9648336de3933f2623095f64f40509d5 Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Thu, 27 Apr 2023 23:21:31 +0800 Subject: [PATCH] Changed the default server port to 8621 --- Pinnacle/src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pinnacle/src/main/resources/application.yml b/Pinnacle/src/main/resources/application.yml index 3780040..300976b 100644 --- a/Pinnacle/src/main/resources/application.yml +++ b/Pinnacle/src/main/resources/application.yml @@ -4,4 +4,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost username: root - password: root \ No newline at end of file + password: root + +server: + port: 8621 \ No newline at end of file