Your Name hace 3 años
padre
commit
eca2c58940
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      pom.xml
  2. 1 1
      src/main/resources/bootstrap.yml

+ 1 - 1
pom.xml

@@ -118,7 +118,7 @@
                     <!--包名-->
                     <targetPackage>com.steerinfo.dil</targetPackage>
                     <tables>
-<!--                        <param>[table-name]</param>&lt;!&ndash;运力&ndash;&gt;-->
+                                                <param>ams_requirement</param><!--运力-->
                     </tables>
                 </configuration>
                 <executions>

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

@@ -81,5 +81,5 @@ mybatis:
     call-setters-on-nulls: true
 
 server:
-  port: 8080
+  port: 8099