Compare commits
No commits in common. "master" and "main" have entirely different histories.
|
@ -12,6 +12,7 @@
|
|||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
|
@ -21,4 +22,5 @@
|
|||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
|
|
70
README.md
70
README.md
|
@ -1,69 +1,3 @@
|
|||
# deploy_conf
|
||||
# deploy_config
|
||||
|
||||
平台部署配置文件和工具类
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.common -DartifactId=platform_system_server_business_common -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_common-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.log -DartifactId=platform_system_server_business_log -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_log-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.data_permission -DartifactId=platform_system_server_business_data_permission -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_data_permission-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.dynamic.druid -DartifactId=platform_system_server_business_dynamic_druid -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_dynamic_druid-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.license_client -DartifactId=platform_system_server_business_license_client -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_license_client-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.business_websocket -DartifactId=platform_system_server_business_websocket -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_websocket-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.threadtaskpool -DartifactId=platform_system_server_business_threadtaskpool -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_threadtaskpool-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.email -DartifactId=platform_system_server_business_email -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_email-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.upload_common -DartifactId=platform_system_server_business_upload_common -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_upload_common-0.0.1-RELEASE.jar
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.lucene -DartifactId=platform_system_server_business_lucene -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_lucene-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.business_ofd -DartifactId=platform_system_server_business_ofd -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_ofd-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.oss -DartifactId=platform_system_server_business_oss -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_oss-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=cc.eloong.www.qn -DartifactId=platform_system_server_business_qn -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=platform_system_server_business_qn-0.0.1-RELEASE.jar
|
||||
|
||||
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=dm -DartifactId=dm.jdbc.driver -Dversion=1.7.0 -Dpackaging=jar -Dfile=dm.jdbc.driver-1.7.0.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=com.microsoft.sqlserver.jdbc -DartifactId=sqljdbc -Dversion=4.0 -Dpackaging=jar -Dfile=sqljdbc4.jar
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=oracle -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jar -Dfile=ojdbc6-11.2.0.3.jar
|
||||
|
||||
mvn install:install-file -DgroupId=net.pusuo -DartifactId=patchca -Dversion=0.5.0 -Dpackaging=jar -Dfile=patchca-0.5.0.jar
|
||||
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=com.mysql -DartifactId=mysql-connector-j -Dversion=8.1.0 -Dpackaging=jar -Dfile=./mysql-connector-j-8.1.0.jar
|
||||
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=org.hibernate.validator -DartifactId=hibernate-validator -Dversion=8.0.1.Final -Dpackaging=jar -Dfile=./hibernate-validator-8.0.1.Final.jar
|
||||
|
||||
|
||||
|
||||
mvn install:install-file -DgroupId=org.hibernate.validator -DartifactId=hibernate-validator -Dversion=8.0.0.Final -Dpackaging=jar -Dfile=./hibernate-validator-8.0.0.Final.jar
|
||||
公共lib
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:17:54 CST 2023
|
||||
platform_system_server_business_common-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_common-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,114 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_common</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<!--添加额外依赖 -->
|
||||
<dependencies>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/java</directory>
|
||||
<filtering>true</filtering>
|
||||
<includes>
|
||||
<include>**/*.properties</include>
|
||||
</includes>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
<includes>
|
||||
<include>**/*.*</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Wed Jul 26 11:09:11 CST 2023
|
||||
platform_system_server_business_common_upload-0.0.1-RELEASE.pom>=
|
||||
platform_system_server_business_common_upload-0.0.1-RELEASE.jar>=
|
Binary file not shown.
|
@ -1,149 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>cc.eloong.www.common_upload</groupId>
|
||||
<artifactId>platform_system_server_business_common_upload</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_common_upload</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
<aliyun-sdk-oss.version>3.8.0</aliyun-sdk-oss.version>
|
||||
<aliyun-java-sdk-imm.version>1.19.2</aliyun-java-sdk-imm.version>
|
||||
<aliyun-java-sdk-core.version>4.5.17</aliyun-java-sdk-core.version>
|
||||
<qiniu.version>7.4.0</qiniu.version>
|
||||
<upyun.version>4.2.3</upyun.version>
|
||||
<minio.version>8.0.3</minio.version>
|
||||
</properties>
|
||||
|
||||
<!--添加额外依赖 -->
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- aliyun -->
|
||||
<dependency>
|
||||
<groupId>com.aliyun.oss</groupId>
|
||||
<artifactId>aliyun-sdk-oss</artifactId>
|
||||
<version>${aliyun-sdk-oss.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
<artifactId>aliyun-java-sdk-imm</artifactId>
|
||||
<version>${aliyun-java-sdk-imm.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
<artifactId>aliyun-java-sdk-core</artifactId>
|
||||
<version>${aliyun-java-sdk-core.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- qiniu -->
|
||||
<dependency>
|
||||
<groupId>com.qiniu</groupId>
|
||||
<artifactId>qiniu-java-sdk</artifactId>
|
||||
<version>${qiniu.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 又拍云OSS -->
|
||||
<dependency>
|
||||
<groupId>com.upyun</groupId>
|
||||
<artifactId>java-sdk</artifactId>
|
||||
<version>${upyun.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- minio -->
|
||||
<dependency>
|
||||
<groupId>io.minio</groupId>
|
||||
<artifactId>minio</artifactId>
|
||||
<version>${minio.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.common_upload</groupId>
|
||||
<artifactId>platform_system_server_business_common_upload</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230726030910</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:18:05 CST 2023
|
||||
platform_system_server_business_common_vcode-0.0.1-RELEASE.pom>=
|
||||
platform_system_server_business_common_vcode-0.0.1-RELEASE.jar>=
|
Binary file not shown.
|
@ -1,135 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>cc.eloong.www.common_vcode</groupId>
|
||||
<artifactId>platform_system_server_business_common_vcode</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_common_vcode</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
<filters.version>2.0.235-1</filters.version>
|
||||
<patchca.version>0.5.0</patchca.version>
|
||||
</properties>
|
||||
|
||||
<!--添加额外依赖 -->
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.jhlabs</groupId>
|
||||
<artifactId>filters</artifactId>
|
||||
<version>${filters.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.pusuo</groupId>
|
||||
<artifactId>patchca</artifactId>
|
||||
<version>${patchca.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/java</directory>
|
||||
<filtering>true</filtering>
|
||||
<includes>
|
||||
<include>**/*.properties</include>
|
||||
</includes>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>false</filtering>
|
||||
<includes>
|
||||
<include>**/*.*</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.common_vcode</groupId>
|
||||
<artifactId>platform_system_server_business_common_vcode</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:18:09 CST 2023
|
||||
platform_system_server_business_data_permission-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_data_permission-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,109 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>cc.eloong.www.data_permission</groupId>
|
||||
<artifactId>platform_system_server_business_data_permission</artifactId>
|
||||
<name>platform_system_server_business_data_permission</name>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
<aspectjrt.version>1.9.9.1</aspectjrt.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjrt</artifactId>
|
||||
<version>${aspectjrt.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.data_permission</groupId>
|
||||
<artifactId>platform_system_server_business_data_permission</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:18:16 CST 2023
|
||||
platform_system_server_business_dynamic_druid-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_dynamic_druid-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,103 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>cc.eloong.www.dynamic.druid</groupId>
|
||||
<artifactId>platform_system_server_business_dynamic_druid</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_dynamic_druid</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<druid.version>1.2.3</druid.version>
|
||||
</properties>
|
||||
|
||||
<!--添加额外依赖 -->
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid-spring-boot-starter</artifactId>
|
||||
<version>${druid.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.dynamic.druid</groupId>
|
||||
<artifactId>platform_system_server_business_dynamic_druid</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:18:07 CST 2023
|
||||
platform_system_server_business_email-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_email-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,104 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>cc.eloong.www.email</groupId>
|
||||
<artifactId>platform_system_server_business_email</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_email</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<!--添加额外依赖 -->
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-mail</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.email</groupId>
|
||||
<artifactId>platform_system_server_business_email</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:18:11 CST 2023
|
||||
platform_system_server_business_log-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_log-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,108 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>cc.eloong.www.log</groupId>
|
||||
<artifactId>platform_system_server_business_log</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_log</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
<aspectjrt.version>1.9.9.1</aspectjrt.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjrt</artifactId>
|
||||
<version>${aspectjrt.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.log</groupId>
|
||||
<artifactId>platform_system_server_business_log</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:19:45 CST 2023
|
||||
platform_system_server_business_log_controller-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_log_controller-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,106 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>cc.eloong.www.log_controller</groupId>
|
||||
<artifactId>platform_system_server_business_log_controller</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_log_controller</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.log</groupId>
|
||||
<artifactId>platform_system_server_business_log</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.log_controller</groupId>
|
||||
<artifactId>platform_system_server_business_log_controller</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,3 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:17:42 CST 2023
|
||||
platform_system_server_business_parent-0.0.1-RELEASE.pom>=
|
|
@ -1,346 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_parent</name>
|
||||
<description>platform_system_server_business_parent</description>
|
||||
<packaging>pom</packaging>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<spring-boot.version>3.1.1</spring-boot.version>
|
||||
<freemarker.version>2.3.28</freemarker.version>
|
||||
<jsoup.version>1.12.1</jsoup.version>
|
||||
<mybatis.version>3.0.2</mybatis.version>
|
||||
<swagger.version>3.0.0</swagger.version>
|
||||
<fastjson.version>1.2.75</fastjson.version>
|
||||
<poi.version>4.1.2</poi.version>
|
||||
<httpclient5>5.2.1</httpclient5>
|
||||
<jakarta.servlet-api>5.0.0</jakarta.servlet-api>
|
||||
<oshi.version>5.8.5</oshi.version>
|
||||
<commons_lang3.version>3.11</commons_lang3.version>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
<maven.test.failure.ignore>true</maven.test.failure.ignore>
|
||||
<jdk.version>17</jdk.version>
|
||||
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
|
||||
<maven-surefire-plugin.version>3.1.0</maven-surefire-plugin.version>
|
||||
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
|
||||
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
|
||||
<pinyin4j.version>2.5.1</pinyin4j.version>
|
||||
<proguard-maven-plugin.version>2.6.0</proguard-maven-plugin.version>
|
||||
<guava.version>30.1-jre</guava.version>
|
||||
<hutool-all.version>5.8.4</hutool-all.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-dependencies</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
|
||||
<!--去除之前对老版本log4j的依赖
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>org.springframework.boot</artifactId>
|
||||
<groupId>spring.boot.starter-logging</groupId>
|
||||
</exclusion>
|
||||
</exclusions>-->
|
||||
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-jetty</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
|
||||
<exclusion>
|
||||
<groupId>org.junit.vintage</groupId>
|
||||
<artifactId>junit-vintage-engine</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<!--
|
||||
<exclusion>
|
||||
<groupId>org.junit.platform</groupId>
|
||||
<artifactId>junit-platform-engine</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<exclusion>
|
||||
<groupId>org.junit.platform</groupId>
|
||||
<artifactId>junit-platform-commons</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-engine</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-params</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-junit-jupiter</artifactId>
|
||||
</exclusion>
|
||||
-->
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-aop</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-jdbc</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-websocket</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||
<version>${mybatis.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-freemarker</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
<artifactId>jsoup</artifactId>
|
||||
<version>${jsoup.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- swagger -->
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
<artifactId>springfox-boot-starter</artifactId>
|
||||
<version>${swagger.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>${fastjson.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi</artifactId>
|
||||
<version>${poi.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<version>${poi.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml-schemas</artifactId>
|
||||
<version>${poi.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-scratchpad</artifactId>
|
||||
<version>${poi.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.belerweb</groupId>
|
||||
<artifactId>pinyin4j</artifactId>
|
||||
<version>${pinyin4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>${commons_lang3.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents.client5</groupId>
|
||||
<artifactId>httpclient5</artifactId>
|
||||
<version>${httpclient5}</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5-fluent -->
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents.client5</groupId>
|
||||
<artifactId>httpclient5-fluent</artifactId>
|
||||
<version>${httpclient5}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
<artifactId>jakarta.servlet-api</artifactId>
|
||||
<version>${jakarta.servlet-api}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.oshi</groupId>
|
||||
<artifactId>oshi-core</artifactId>
|
||||
<version>${oshi.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>${guava.version}</version>
|
||||
</dependency>
|
||||
<!-- hutool -->
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>${hutool-all.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<modules>
|
||||
|
||||
|
||||
<module>platform_system_server_business_common</module>
|
||||
|
||||
<module>platform_system_server_business_common_upload</module>
|
||||
<module>platform_system_server_business_common_vcode</module>
|
||||
<module>platform_system_server_business_threadtaskpool</module>
|
||||
<module>platform_system_server_business_email</module>
|
||||
<module>platform_system_server_business_data_permission</module>
|
||||
<module>platform_system_server_business_log</module>
|
||||
<module>platform_system_server_business_security</module>
|
||||
<module>platform_system_server_business_systemauth</module>
|
||||
<module>platform_system_server_business_wx_mp</module>
|
||||
<module>platform_system_server_business_wx_cp</module>
|
||||
<module>platform_system_server_business_wx_miniapp</module>
|
||||
<module>platform_system_server_business_dynamic_druid</module>
|
||||
<module>platform_system_server_business_lucene</module>
|
||||
<module>platform_system_server_business_license_client</module>
|
||||
<module>platform_system_server_business_license_server</module>
|
||||
|
||||
<module>platform_system_server_business_wps</module>
|
||||
<module>platform_system_server_business_qn</module>
|
||||
<module>platform_system_server_business_oss</module>
|
||||
<module>platform_system_server_business_wps_common</module>
|
||||
<module>platform_system_server_business_upload_common</module>
|
||||
<module>platform_system_server_business_video_common</module>
|
||||
<!-- <module>platform_system_server_business_ofd</module>-->
|
||||
<module>platform_system_server_business_websocket</module>
|
||||
<!--
|
||||
<module>platform_system_server_business_shiro</module>
|
||||
-->
|
||||
<module>
|
||||
platform_system_server_business_common_controller</module>
|
||||
<module>platform_system_server_business_log_controller</module>
|
||||
<module>platform_system_server_business_security_controller</module>
|
||||
<module>platform_system_server_business_systemauth_controller</module>
|
||||
<module>platform_system_server_business_wps_controller</module>
|
||||
<module>platform_system_server_business_wx_mp_controller</module>
|
||||
<module>platform_system_server_business_wx_miniapp_controller</module>
|
||||
<module>platform_system_server_business_wx_cp_controller</module>
|
||||
<module>platform_system_server_business_workflow_auth</module>
|
||||
<module>platform_system_server_business_workflow_auth_controller</module>
|
||||
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
|
||||
<plugin>
|
||||
<groupId>com.github.wvengen</groupId>
|
||||
<artifactId>proguard-maven-plugin</artifactId>
|
||||
<version>${proguard-maven-plugin.version}</version>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>flx_maven2_hosted</id>
|
||||
<url>http://182.92.214.94:8081/repository/flx_maven2_hosted/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:18:15 CST 2023
|
||||
platform_system_server_business_security-0.0.1-RELEASE.pom>=
|
||||
platform_system_server_business_security-0.0.1-RELEASE.jar>=
|
Binary file not shown.
|
@ -1,134 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>cc.eloong.www.security</groupId>
|
||||
<artifactId>platform_system_server_business_security</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_security</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
<jjwt.version>0.11.2</jjwt.version>
|
||||
<bitwalker.version>1.21</bitwalker.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--security-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-security</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--JWT相关-->
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt-api</artifactId>
|
||||
<version>${jjwt.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt-impl</artifactId>
|
||||
<version>${jjwt.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt-jackson</artifactId>
|
||||
<version>${jjwt.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 解析客户端操作系统、浏览器等 -->
|
||||
<dependency>
|
||||
<groupId>eu.bitwalker</groupId>
|
||||
<artifactId>UserAgentUtils</artifactId>
|
||||
<version>${bitwalker.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.security</groupId>
|
||||
<artifactId>platform_system_server_business_security</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:19:47 CST 2023
|
||||
platform_system_server_business_security_controller-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_security_controller-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,119 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>cc.eloong.www.security_controller</groupId>
|
||||
<artifactId>platform_system_server_business_security_controller</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_security_controller</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.log</groupId>
|
||||
<artifactId>platform_system_server_business_log</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.systemauth</groupId>
|
||||
<artifactId>platform_system_server_business_systemauth</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.security</groupId>
|
||||
<artifactId>platform_system_server_business_security</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.security_controller</groupId>
|
||||
<artifactId>platform_system_server_business_security_controller</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:18:21 CST 2023
|
||||
platform_system_server_business_systemauth-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_systemauth-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,124 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>cc.eloong.www.systemauth</groupId>
|
||||
<artifactId>platform_system_server_business_systemauth</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_systemauth</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common_vcode</groupId>
|
||||
<artifactId>platform_system_server_business_common_vcode</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common_upload</groupId>
|
||||
<artifactId>platform_system_server_business_common_upload</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.dynamic.druid</groupId>
|
||||
<artifactId>platform_system_server_business_dynamic_druid</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-security</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.systemauth</groupId>
|
||||
<artifactId>platform_system_server_business_systemauth</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:20:05 CST 2023
|
||||
platform_system_server_business_systemauth_controller-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_systemauth_controller-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,107 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>cc.eloong.www.systemauth_controller</groupId>
|
||||
<artifactId>platform_system_server_business_systemauth_controller</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_systemauth_controller</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.log</groupId>
|
||||
<artifactId>platform_system_server_business_log</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.systemauth</groupId>
|
||||
<artifactId>platform_system_server_business_systemauth</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.systemauth_controller</groupId>
|
||||
<artifactId>platform_system_server_business_systemauth_controller</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1,4 +0,0 @@
|
|||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Mon Jul 24 19:19:36 CST 2023
|
||||
platform_system_server_business_upload_common-0.0.1-RELEASE.jar>=
|
||||
platform_system_server_business_upload_common-0.0.1-RELEASE.pom>=
|
Binary file not shown.
|
@ -1,104 +0,0 @@
|
|||
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cc.eloong.www.parent</groupId>
|
||||
<artifactId>platform_system_server_business_parent</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>cc.eloong.www.upload_common</groupId>
|
||||
<artifactId>platform_system_server_business_upload_common</artifactId>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
<name>platform_system_server_business_upload_common</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<philisense-boot.version>0.0.1-RELEASE</philisense-boot.version>
|
||||
</properties>
|
||||
|
||||
<!--添加额外依赖 -->
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cc.eloong.www.common</groupId>
|
||||
<artifactId>platform_system_server_business_common</artifactId>
|
||||
<version>${philisense-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<!--
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
-->
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${jdk.version}</source>
|
||||
<target>${jdk.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${maven.test.skip}</skip>
|
||||
<testFailureIgnore>${maven.test.failure.ignore}</testFailureIgnore>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>${maven-antrun-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="../libs/${project.name}/${project.version}"/>
|
||||
<copy todir="../libs/${project.name}/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="../libs/${project.version}" overwrite="true">
|
||||
<fileset dir="${project.build.directory}" erroronmissingdir="false">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>cc.eloong.www.upload_common</groupId>
|
||||
<artifactId>platform_system_server_business_upload_common</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1-RELEASE</release>
|
||||
<versions>
|
||||
<version>0.0.1-RELEASE</version>
|
||||
</versions>
|
||||
<lastUpdated>20230724111740</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
150
mvn_install.bat
150
mvn_install.bat
|
@ -1,150 +0,0 @@
|
|||
@ECHO OFF
|
||||
TITLE 飞利信jar包批量安装
|
||||
|
||||
%1 %2
|
||||
ver|find "5.">nul&&goto :Admin
|
||||
mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :Admin","","runas",1)(window.close)&goto :eof
|
||||
:Admin
|
||||
echo 已获取管理员权限
|
||||
echo=
|
||||
|
||||
set localdir=%~dp0
|
||||
echo 安装jar包路径: %localdir%
|
||||
echo=
|
||||
|
||||
echo -----------开始安装jar包-----------
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_common-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.common -DartifactId=platform_system_server_business_common -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_common-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_common-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_log-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.log -DartifactId=platform_system_server_business_log -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_log-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_log-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_data_permission-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.data_permission -DartifactId=platform_system_server_business_data_permission -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_data_permission-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_data_permission-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_dynamic_druid-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.dynamic.druid -DartifactId=platform_system_server_business_dynamic_druid -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_dynamic_druid-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_dynamic_druid-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_license_client-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.license_client -DartifactId=platform_system_server_business_license_client -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_license_client-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_license_client-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_websocket-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.business_websocket -DartifactId=platform_system_server_business_websocket -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_websocket-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_websocket-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_threadtaskpool-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.threadtaskpool -DartifactId=platform_system_server_business_threadtaskpool -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_threadtaskpool-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_threadtaskpool-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_lucene-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.lucene -DartifactId=platform_system_server_business_lucene -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_lucene-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_lucene-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_ofd-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.business_ofd -DartifactId=platform_system_server_business_ofd -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_ofd-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_ofd-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_oss-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.oss -DartifactId=platform_system_server_business_oss -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_oss-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_oss-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_qn-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.qn -DartifactId=platform_system_server_business_qn -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_qn-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_qn-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_email-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.email -DartifactId=platform_system_server_business_email -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_email-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_email-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_upload_common-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.upload_common -DartifactId=platform_system_server_business_upload_common -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_upload_common-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_upload_common-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_upload_common-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.common_upload -DartifactId=platform_system_server_business_common_upload -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_common_upload-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_upload_common-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo 安装platform_system_server_business_lucene-0.0.1-RELEASE.jar
|
||||
call mvn install:install-file -DgroupId=cc.eloong.www.lucene -DartifactId=platform_system_server_business_lucene -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_lucene-0.0.1-RELEASE.jar
|
||||
echo platform_system_server_business_lucene-0.0.1-RELEASE完成
|
||||
echo=
|
||||
|
||||
echo -----------jar包安装成功-----------
|
||||
echo=
|
||||
|
||||
echo -----------选择安装jar包开始-----------
|
||||
echo=
|
||||
|
||||
echo 0.跳过不安装
|
||||
echo 1.全安装
|
||||
echo 2.ojdbc6 (ojdbc6-11.2.0.3)
|
||||
echo 3.sqljdbc (sqljdbc4)
|
||||
echo 4.dm (dm.jdbc.driver-1.7.0)
|
||||
echo 5.ojdbc6 (ojdbc6-11.2.0.4)
|
||||
echo.
|
||||
|
||||
echo 请选择安装的服务序号(如安装多个空格分割,如: 1 2)
|
||||
set /p var=请选择安装序号:
|
||||
if "%var%"=="1" (
|
||||
set var= 2 3 4
|
||||
)
|
||||
set t=%var%
|
||||
|
||||
:loop
|
||||
for /f "tokens=1* delims= " %%a in ("%t%") do (
|
||||
rem 将截取剩下的部分赋给t,其实这里可以使用延迟变量开关
|
||||
if %%a EQU 2 (
|
||||
echo 安装序号%%a:ojdbc6-11.2.0.3.jar
|
||||
call mvn install:install-file -DgroupId=oracle -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jar -Dfile=%localdir%ojdbc6-11.2.0.3.jar
|
||||
echo ojdbc6-11.2.0.3完成
|
||||
echo=
|
||||
) else if %%a EQU 3 (
|
||||
echo 安装序号%%a:sqljdbc4.jar
|
||||
call mvn install:install-file -DgroupId=com.microsoft.sqlserver.jdbc -DartifactId=sqljdbc -Dversion=4.0 -Dpackaging=jar -Dfile=%localdir%sqljdbc4.jar
|
||||
echo sqljdbc4完成
|
||||
echo=
|
||||
)else if %%a EQU 4 (
|
||||
echo 安装序号%%a:dm.jdbc.driver-1.7.0.jar
|
||||
call mvn install:install-file -DgroupId=dm -DartifactId=dm.jdbc.driver -Dversion=1.7.0 -Dpackaging=jar -Dfile=%localdir%dm.jdbc.driver-1.7.0.jar
|
||||
echo dm.jdbc.driver-1.7.0完成
|
||||
echo=
|
||||
)else if %%a EQU 5 (
|
||||
echo 安装序号%%a:ojdbc6-11.2.0.4.jar
|
||||
call mvn install:install-file -DgroupId=oracle -DartifactId=ojdbc6 -Dversion=11.2.0.4 -Dpackaging=jar -Dfile=%localdir%ojdbc6-11.2.0.4.jar
|
||||
echo ojdbc6-11.2.0.4完成
|
||||
echo=
|
||||
)
|
||||
set t=%%b
|
||||
)
|
||||
if defined t goto:loop
|
||||
|
||||
if "%var%"=="0" (
|
||||
echo -----------已跳过选择安装jar包-----------
|
||||
echo=
|
||||
)else (
|
||||
echo -----------选择安装jar包成功-----------
|
||||
echo=
|
||||
)
|
||||
|
||||
PAUSE
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
sqljdbc4.jar
BIN
sqljdbc4.jar
Binary file not shown.
Loading…
Reference in New Issue