This commit is contained in:
linfso 2024-05-07 00:22:34 +08:00
parent 6ed35b33aa
commit 01f4e963b0
11 changed files with 80 additions and 25 deletions

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.xdadan:emis-biz:1.0.0">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-biz/1.0.0/emis-biz-1.0.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-biz/1.0.0/emis-biz-1.0.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-biz/1.0.0/emis-biz-1.0.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.xdadan:emis-framework:1.0.2">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-framework/1.0.2/emis-framework-1.0.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-framework/1.0.2/emis-framework-1.0.2-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-framework/1.0.2/emis-framework-1.0.2-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.xdadan:emis-system:1.0.2">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-system/1.0.2/emis-system-1.0.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-system/1.0.2/emis-system-1.0.2-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/xdadan/emis-system/1.0.2/emis-system-1.0.2-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: com.xdadan:emis-wms:1.0.0">
<CLASSES>
<root url="jar://$PROJECT_DIR$/emis-wms/pom.xml!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$PROJECT_DIR$/emis-wms/emis-wms-1.0.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$PROJECT_DIR$/emis-wms/emis-wms-1.0.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -19,8 +19,8 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.xdadan:emis-framework:1.0.0" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-system:1.0.1" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-framework:1.0.2" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-system:1.0.2" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:2.5.10" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:2.5.10" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:2.5.10" level="project" />
@ -77,7 +77,7 @@
<orderEntry type="library" name="Maven: com.github.oshi:oshi-core:6.1.2" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna:5.10.0" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna-platform:5.10.0" level="project" />
<orderEntry type="module" module-name="emis-biz" />
<orderEntry type="library" name="Maven: com.xdadan:emis-biz:1.0.0" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.0" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-security:2.5.10" level="project" />

View File

@ -6,12 +6,12 @@
<parent>
<artifactId>emis</artifactId>
<groupId>com.xdadan</groupId>
<version>1.0.0</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
<artifactId>emis-biz-web</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
<description>emis web服务入口</description>
@ -26,13 +26,13 @@
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-framework</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-biz</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>

View File

@ -6,11 +6,11 @@
<parent>
<artifactId>erp</artifactId>
<groupId>com.xdadan</groupId>
<version>1.0.0</version>
<version>1.0.2</version>
</parent>
<artifactId>emis-biz</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
<description>emis模块</description>
<dependencies>
@ -19,8 +19,17 @@
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-common</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-system</artifactId>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
@ -31,12 +40,6 @@
<artifactId>aviator</artifactId>
<version>5.2.4</version>
</dependency>
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-system</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@ -77,7 +77,7 @@
<orderEntry type="library" name="Maven: com.github.oshi:oshi-core:6.1.2" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna:5.10.0" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna-platform:5.10.0" level="project" />
<orderEntry type="module" module-name="emis-wms" />
<orderEntry type="library" name="Maven: com.xdadan:emis-wms:1.0.0" level="project" />
<orderEntry type="library" name="Maven: com.xdadan:emis-common:1.0.0" level="project" />
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:5.3.16" level="project" />
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-security:2.5.10" level="project" />

View File

@ -6,12 +6,12 @@
<parent>
<artifactId>erp</artifactId>
<groupId>com.xdadan</groupId>
<version>1.0.0</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
<artifactId>emis-wms-web</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
<description>emis web服务入口</description>
@ -26,13 +26,13 @@
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-framework</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-wms</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>

View File

@ -6,11 +6,11 @@
<parent>
<artifactId>erp</artifactId>
<groupId>com.xdadan</groupId>
<version>1.0.0</version>
<version>1.0.2</version>
</parent>
<artifactId>emis-wms</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
<description>wms模块</description>
<dependencies>
@ -19,7 +19,7 @@
<dependency>
<groupId>com.xdadan</groupId>
<artifactId>emis-common</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>mysql</groupId>

View File

@ -6,7 +6,7 @@
<groupId>com.xdadan</groupId>
<artifactId>emis</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
<name>emis</name>
<url>http://www.tanex56.com</url>