dengyj il y a 3 ans
Parent
commit
1f6f9f9f80

+ 0 - 8
.idea/.gitignore

@@ -1,8 +0,0 @@
-# 默认忽略的文件
-/shelf/
-/workspace.xml
-# 数据源本地存储已忽略文件
-/../../../../:\九江后端\jiujiang\.idea/dataSources/
-/dataSources.local.xml
-# 基于编辑器的 HTTP 客户端请求
-/httpRequests/

+ 0 - 1
.idea/.name

@@ -1 +0,0 @@
-system-base-pass

+ 0 - 9
.idea/jg_wzjl_api.iml

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
-  <component name="NewModuleRootManager" inherit-compiler-output="true">
-    <exclude-output />
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="inheritedJdk" />
-    <orderEntry type="sourceFolder" forTests="false" />
-  </component>
-</module>

+ 0 - 13
.idea/libraries/Maven__cn_easyproject_orai18n_12_1_0_2_0.xml

@@ -1,13 +0,0 @@
-<component name="libraryTable">
-  <library name="Maven: cn.easyproject:orai18n:12.1.0.2.0">
-    <CLASSES>
-      <root url="jar://$PROJECT_DIR$/../../maven-repository/cn/easyproject/orai18n/12.1.0.2.0/orai18n-12.1.0.2.0.jar!/" />
-    </CLASSES>
-    <JAVADOC>
-      <root url="jar://$PROJECT_DIR$/../../maven-repository/cn/easyproject/orai18n/12.1.0.2.0/orai18n-12.1.0.2.0-javadoc.jar!/" />
-    </JAVADOC>
-    <SOURCES>
-      <root url="jar://$PROJECT_DIR$/../../maven-repository/cn/easyproject/orai18n/12.1.0.2.0/orai18n-12.1.0.2.0-sources.jar!/" />
-    </SOURCES>
-  </library>
-</component>

+ 0 - 13
.idea/libraries/Maven__com_steerinfo_framework_1_1_1.xml

@@ -1,13 +0,0 @@
-<component name="libraryTable">
-  <library name="Maven: com.steerinfo:framework:1.1.1">
-    <CLASSES>
-      <root url="jar://$PROJECT_DIR$/../../maven-repository/com/steerinfo/framework/1.1.1/framework-1.1.1.jar!/" />
-    </CLASSES>
-    <JAVADOC>
-      <root url="jar://$PROJECT_DIR$/../../maven-repository/com/steerinfo/framework/1.1.1/framework-1.1.1-javadoc.jar!/" />
-    </JAVADOC>
-    <SOURCES>
-      <root url="jar://$PROJECT_DIR$/../../maven-repository/com/steerinfo/framework/1.1.1/framework-1.1.1-sources.jar!/" />
-    </SOURCES>
-  </library>
-</component>

+ 38 - 33
pom.xml

@@ -63,14 +63,14 @@
                 <filtering>false</filtering>
             </resource>
         </resources>
-		
+
         <plugins>
-			<!--数据库链接、目标路径、数据库用户、数据库密码-->
-			<!-- 一对一 一对多的配置文件generatorConfig.xml 请填写- - -绝对路经	-->
-						<!-- 配置文件模版位置在 generator-maven-plugin-3.0.jar 包的主目录下 -->
-						<!--<xmlProject>${project.basedir}\src\main\resources\generatorConfig.xml</xmlProject>-->
-						<!-- 表生成model默认生成驼峰式:sys_user->SysUser,如果需要生成其它名字可以用逗号分隔:sys_user,User -->
-			<!--
+            <!--数据库链接、目标路径、数据库用户、数据库密码-->
+            <!-- 一对一 一对多的配置文件generatorConfig.xml 请填写- - -绝对路经	-->
+            <!-- 配置文件模版位置在 generator-maven-plugin-3.0.jar 包的主目录下 -->
+            <!--<xmlProject>${project.basedir}\src\main\resources\generatorConfig.xml</xmlProject>-->
+            <!-- 表生成model默认生成驼峰式:sys_user->SysUser,如果需要生成其它名字可以用逗号分隔:sys_user,User -->
+            <!--
             <plugin>
                 <groupId>com.steerinfo</groupId>
                 <artifactId>generator-maven-plugin</artifactId>
@@ -93,7 +93,7 @@
                     </execution>
                 </executions>
             </plugin>
-			-->
+            -->
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
@@ -118,30 +118,30 @@
             <plugins>
                 <!-- This plugin's configuration is used to store Eclipse m2e settings
                     only. It has no influence on the Maven build itself. -->
-<!--                <plugin>-->
-<!--                    <groupId>org.eclipse.m2e</groupId>-->
-<!--                    <artifactId>lifecycle-mapping</artifactId>-->
-<!--                    <version>1.0.0</version>-->
-<!--                    <configuration>-->
-<!--                        <lifecycleMappingMetadata>-->
-<!--                            <pluginExecutions>-->
-<!--                                <pluginExecution>-->
-<!--                                    <pluginExecutionFilter>-->
-<!--                                        <groupId>com.steerinfo</groupId>-->
-<!--                                        <artifactId>generator-maven-plugin</artifactId>-->
-<!--                                        <versionRange>[0.0.1,)</versionRange>-->
-<!--                                        <goals>-->
-<!--                                            <goal>steerinfo</goal>-->
-<!--                                        </goals>-->
-<!--                                    </pluginExecutionFilter>-->
-<!--                                    <action>-->
-<!--                                        <ignore></ignore>-->
-<!--                                    </action>-->
-<!--                                </pluginExecution>-->
-<!--                            </pluginExecutions>-->
-<!--                        </lifecycleMappingMetadata>-->
-<!--                    </configuration>-->
-<!--                </plugin>-->
+                <!--                <plugin>-->
+                <!--                    <groupId>org.eclipse.m2e</groupId>-->
+                <!--                    <artifactId>lifecycle-mapping</artifactId>-->
+                <!--                    <version>1.0.0</version>-->
+                <!--                    <configuration>-->
+                <!--                        <lifecycleMappingMetadata>-->
+                <!--                            <pluginExecutions>-->
+                <!--                                <pluginExecution>-->
+                <!--                                    <pluginExecutionFilter>-->
+                <!--                                        <groupId>com.steerinfo</groupId>-->
+                <!--                                        <artifactId>generator-maven-plugin</artifactId>-->
+                <!--                                        <versionRange>[0.0.1,)</versionRange>-->
+                <!--                                        <goals>-->
+                <!--                                            <goal>steerinfo</goal>-->
+                <!--                                        </goals>-->
+                <!--                                    </pluginExecutionFilter>-->
+                <!--                                    <action>-->
+                <!--                                        <ignore></ignore>-->
+                <!--                                    </action>-->
+                <!--                                </pluginExecution>-->
+                <!--                            </pluginExecutions>-->
+                <!--                        </lifecycleMappingMetadata>-->
+                <!--                    </configuration>-->
+                <!--                </plugin>-->
             </plugins>
         </pluginManagement>
     </build>
@@ -198,7 +198,7 @@
             <artifactId>orai18n</artifactId>
             <version>12.1.0.2.0</version>
         </dependency>
-       <dependency>
+        <dependency>
             <groupId>com.steerinfo</groupId>
             <artifactId>framework</artifactId>
             <version>1.1.1</version>
@@ -226,6 +226,11 @@
     </dependencies>
 
     <repositories>
+        <repository>
+            <id>maven-public</id>
+            <name>steerinfo maven-releases</name>
+            <url>https://nexus.steerinfo.com/repository/maven-public/</url>
+        </repository>
         <repository>
             <id>maven-releases</id>
             <name>steerinfo maven-releases</name>