liu 1 year ago
parent
commit
fe60750bc6
2 changed files with 3 additions and 3 deletions
  1. 2 2
      pom.xml
  2. 1 1
      src/main/resources/application.yml

+ 2 - 2
pom.xml

@@ -9,8 +9,8 @@
         <relativePath/> <!-- lookup parent from repository -->
     </parent>
     <groupId>com.template</groupId>
-    <artifactId>ihotel_student_houtai</artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <artifactId>mybatis_plus</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
     <name>ihotel_student_houtai</name>
     <description>Demo project for Spring Boot</description>
 

+ 1 - 1
src/main/resources/application.yml

@@ -5,7 +5,7 @@ server:
 
 spring:
   profiles:
-      active: test
+      active: dev
   main:
     allow-circular-references: true
   servlet: