diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 2b8d332..0a534be 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -8,7 +8,6 @@
-
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index 712ab9d..79c291d 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -11,6 +11,11 @@
+
+
+
+
+
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d291ad3..592e44d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,111 +1,4 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1776253069410
-
-
- 1776253069410
-
-
-
+
\ No newline at end of file
diff --git a/HELP.md b/HELP.md
index 78b0ab1..8cb8c60 100644
--- a/HELP.md
+++ b/HELP.md
@@ -5,8 +5,8 @@
For further reference, please consider the following sections:
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
-* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/4.0.5/maven-plugin)
-* [Create an OCI image](https://docs.spring.io/spring-boot/4.0.5/maven-plugin/build-image.html)
+* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/3.5.14-SNAPSHOT/maven-plugin)
+* [Create an OCI image](https://docs.spring.io/spring-boot/3.5.14-SNAPSHOT/maven-plugin/build-image.html)
### Maven Parent overrides
diff --git a/pom.xml b/pom.xml
index 94a716c..6fe48a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 4.0.5
+ 3.5.14-SNAPSHOT
com.pandoli365
@@ -33,7 +33,7 @@
org.springframework.boot
- spring-boot-starter-webmvc
+ spring-boot-starter-web
@@ -105,5 +105,25 @@
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ false
+
+
+
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ false
+
+
+
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
new file mode 100644
index 0000000..cbec0c3
--- /dev/null
+++ b/src/main/resources/application.properties
@@ -0,0 +1 @@
+spring.application.name=bibimbap
diff --git a/src/main/resources/dev/application.properties b/src/main/resources/dev/application.properties
deleted file mode 100644
index 30a5f68..0000000
--- a/src/main/resources/dev/application.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-spring.application.name=bibimbap
-spring.profiles.active=dev
-
-spring.mvc.view.prefix=/WEB-INF/views/
-spring.mvc.view.suffix=.jsp
-
-spring.config.import=classpath:db.properties, classpath:common.properties
-
-server.address=0.0.0.0
-
-server.servlet.encoding.force-response=true
-
-spring.servlet.multipart.max-file-size=10GB
-spring.servlet.multipart.max-request-size=10GB
-
-mybatis.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl
-logging.level.org.apache.ibatis=TRACE
\ No newline at end of file
diff --git a/src/main/resources/dev/db.properties b/src/main/resources/dev/db.properties
deleted file mode 100644
index 5b19e98..0000000
--- a/src/main/resources/dev/db.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-spring.datasource.driver-class-name=org.postgresql.Driver
-spring.datasource.url=jdbc:postgresql://192.168.1.3:5432/project_furry?currentSchema=library_live
-spring.datasource.username=furry_images
-spring.datasource.password=L5qOdLNFB6mIRjO
-
-mybatis.mapper-locations=classpath:mappers/*.xml
-
-## resultType aliases ##
-mybatis.type-aliases-package=com.pandoli365.fursuit_library.model.user
\ No newline at end of file
diff --git a/src/main/resources/live/application.properties b/src/main/resources/live/application.properties
deleted file mode 100644
index 886e044..0000000
--- a/src/main/resources/live/application.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-spring.application.name=bibimbap
-spring.profiles.active=live
-
-spring.mvc.view.prefix=/WEB-INF/views/
-spring.mvc.view.suffix=.jsp
-
-spring.config.import=classpath:db.properties, classpath:common.properties
-
-server.address=0.0.0.0
-
-server.servlet.encoding.force-response=true
-
-spring.servlet.multipart.max-file-size=10GB
-spring.servlet.multipart.max-request-size=10GB
-
-mybatis.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl
-logging.level.org.apache.ibatis=TRACE
\ No newline at end of file
diff --git a/src/main/resources/live/db.properties b/src/main/resources/live/db.properties
deleted file mode 100644
index 5b19e98..0000000
--- a/src/main/resources/live/db.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-spring.datasource.driver-class-name=org.postgresql.Driver
-spring.datasource.url=jdbc:postgresql://192.168.1.3:5432/project_furry?currentSchema=library_live
-spring.datasource.username=furry_images
-spring.datasource.password=L5qOdLNFB6mIRjO
-
-mybatis.mapper-locations=classpath:mappers/*.xml
-
-## resultType aliases ##
-mybatis.type-aliases-package=com.pandoli365.fursuit_library.model.user
\ No newline at end of file