作者 谷子毅

init

# Default ignored files
/workspace.xml
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="epmall-design" />
<module name="epmall-background-gateway" />
<module name="epmall-logging" />
<module name="epmall-apis" />
<module name="epmall-app" />
<module name="epmall-core" />
<module name="epmall-model" />
<module name="epmall-app-gateway" />
<module name="epmall-utils" />
<module name="epmall-common" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="epmall-core-gateway" target="1.5" />
<module name="epmall-design-gateway" target="1.5" />
<module name="epmallcoregateway" target="1.5" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="epmall-apis" options="-parameters" />
<module name="epmall-app" options="-parameters" />
<module name="epmall-app-gateway" options="-parameters" />
<module name="epmall-background-gateway" options="-parameters" />
<module name="epmall-common" options="-parameters" />
<module name="epmall-core" options="-parameters" />
<module name="epmall-design" options="-parameters" />
<module name="epmall-logging" options="-parameters" />
<module name="epmall-model" options="-parameters" />
<module name="epmall-utils" options="-parameters" />
</option>
</component>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-apis" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-app" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-app-gateway" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-background-gateway" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-common" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-core" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-design" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-logging" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-model" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/epmall-utils" charset="UTF-8" />
</component>
</project>
\ No newline at end of file
... ...
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true">
<option name="TOP_LEVEL_CLASS_OPTIONS">
<value>
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
<option name="REQUIRED_TAGS" value="" />
</value>
</option>
<option name="INNER_CLASS_OPTIONS">
<value>
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
<option name="REQUIRED_TAGS" value="" />
</value>
</option>
<option name="METHOD_OPTIONS">
<value>
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
<option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
</value>
</option>
<option name="FIELD_OPTIONS">
<value>
<option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
<option name="REQUIRED_TAGS" value="" />
</value>
</option>
<option name="IGNORE_DEPRECATED" value="false" />
<option name="IGNORE_JAVADOC_PERIOD" value="true" />
<option name="IGNORE_DUPLICATED_THROWS" value="false" />
<option name="IGNORE_POINT_TO_ITSELF" value="false" />
<option name="myAdditionalJavadocTags" value="date" />
</inspection_tool>
</profile>
</component>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
<option name="ignoredFiles">
<set>
<option value="$PROJECT_DIR$/epmall-core-gateway/pom.xml" />
<option value="$PROJECT_DIR$/epmall-design-gateway/pom.xml" />
</set>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-apis</artifactId>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-app-gateway</artifactId>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-app</artifactId>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4" />
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-background-gateway</artifactId>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-common</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.weiqiao</groupId>
<artifactId>epmall-utils</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
... ...
package com.weiqiao.common.base.dto;
/**
* @author guziyi
* @data 2021/4/16
*/
public class BaseDTO {
}
... ...
package com.weiqiao.common.base.entity;
/**
* @author guziyi
* @data 2021/4/16
*/
public class BaseEntity {
}
... ...
package com.weiqiao.common.base.vo;
/**
* @author guziyi
* @data 2021/4/16
*/
public class BaseVO {
}
... ...
package com.weiqiao.common.repository;
/**
* @author guziyi
* @data 2021/4/16
*/
public class IBaseRepository {
}
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-core</artifactId>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-design</artifactId>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-logging</artifactId>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-model</artifactId>
<packaging>jar</packaging>
<name>epmall-model</name>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>epmall</artifactId>
<groupId>com.weiqiao</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmall-utils</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.weiqiao</groupId>
<artifactId>epmall-model</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4" />
\ No newline at end of file
... ...
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.weiqiao</groupId>
<artifactId>epmall</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>epmall-model</module>
<module>epmall-common</module>
<module>epmall-logging</module>
<module>epmall-core</module>
<module>epmall-design</module>
<module>epmall-utils</module>
<module>epmall-apis</module>
<module>epmall-app</module>
<module>epmall-app-gateway</module>
<module>epmall-background-gateway</module>
</modules>
<!-- 继承Spring boot工程 -->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.5.RELEASE</version>
</parent>
<properties>
</properties>
<dependencies>
<!--内部依赖工程-->
<dependency>
<artifactId>epmall-apis</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>epmall-app</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>epmall-app-gateway</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>epmall-background-gateway</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>epmall-common</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>epmall-core</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>epmall-design</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>epmall-logging</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>epmall-model</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>epmall-utils</artifactId>
<groupId>com.weiqiao</groupId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
... ...