Compare commits
No commits in common. 'main' and 'Branch_Pan' have entirely different histories.
main
...
Branch_Pan
@ -1,38 +0,0 @@
|
|||||||
target/
|
|
||||||
!.mvn/wrapper/maven-wrapper.jar
|
|
||||||
!**/src/main/**/target/
|
|
||||||
!**/src/test/**/target/
|
|
||||||
|
|
||||||
### IntelliJ IDEA ###
|
|
||||||
.idea/modules.xml
|
|
||||||
.idea/jarRepositories.xml
|
|
||||||
.idea/compiler.xml
|
|
||||||
.idea/libraries/
|
|
||||||
*.iws
|
|
||||||
*.iml
|
|
||||||
*.ipr
|
|
||||||
|
|
||||||
### Eclipse ###
|
|
||||||
.apt_generated
|
|
||||||
.classpath
|
|
||||||
.factorypath
|
|
||||||
.project
|
|
||||||
.settings
|
|
||||||
.springBeans
|
|
||||||
.sts4-cache
|
|
||||||
|
|
||||||
### NetBeans ###
|
|
||||||
/nbproject/private/
|
|
||||||
/nbbuild/
|
|
||||||
/dist/
|
|
||||||
/nbdist/
|
|
||||||
/.nb-gradle/
|
|
||||||
build/
|
|
||||||
!**/src/main/**/build/
|
|
||||||
!**/src/test/**/build/
|
|
||||||
|
|
||||||
### VS Code ###
|
|
||||||
.vscode/
|
|
||||||
|
|
||||||
### Mac OS ###
|
|
||||||
.DS_Store
|
|
||||||
@ -1,8 +0,0 @@
|
|||||||
# 默认忽略的文件
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# 基于编辑器的 HTTP 客户端请求
|
|
||||||
/httpRequests/
|
|
||||||
# Datasource local storage ignored files
|
|
||||||
/dataSources/
|
|
||||||
/dataSources.local.xml
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="Encoding">
|
|
||||||
<file url="file://$PROJECT_DIR$/site/src/main/java" charset="UTF-8" />
|
|
||||||
<file url="file://$PROJECT_DIR$/site/src/main/resources" charset="UTF-8" />
|
|
||||||
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
|
||||||
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
<?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>
|
|
||||||
</component>
|
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_22" default="true" project-jdk-name="22" project-jdk-type="JavaSDK">
|
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
@ -1,47 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>ear</artifactId>
|
|
||||||
<packaging>ear</packaging>
|
|
||||||
<version>1.0</version>
|
|
||||||
<name>ear assembly</name>
|
|
||||||
<parent>
|
|
||||||
<groupId>root</groupId>
|
|
||||||
<artifactId>project</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</parent>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>ejbs</artifactId>
|
|
||||||
<type>ejb</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project.servlets</groupId>
|
|
||||||
<artifactId>servlet</artifactId>
|
|
||||||
<type>war</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>primary-source</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project.projects</groupId>
|
|
||||||
<artifactId>logging</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-ear-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifest>
|
|
||||||
<addClasspath>true</addClasspath>
|
|
||||||
</manifest>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<application xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/application_7.xsd" version="7">
|
|
||||||
<display-name>ear</display-name>
|
|
||||||
<module>
|
|
||||||
<ejb>root.project-ejbs-1.0.jar</ejb>
|
|
||||||
</module>
|
|
||||||
<module>
|
|
||||||
<web>
|
|
||||||
<web-uri>root.project.servlets-servlet-1.0.war</web-uri>
|
|
||||||
<context-root>/servlet</context-root>
|
|
||||||
</web>
|
|
||||||
</module>
|
|
||||||
</application>
|
|
||||||
Binary file not shown.
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<application xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/application_7.xsd" version="7">
|
|
||||||
<display-name>ear</display-name>
|
|
||||||
<module>
|
|
||||||
<ejb>root.project-ejbs-1.0.jar</ejb>
|
|
||||||
</module>
|
|
||||||
<module>
|
|
||||||
<web>
|
|
||||||
<web-uri>root.project.servlets-servlet-1.0.war</web-uri>
|
|
||||||
<context-root>/servlet</context-root>
|
|
||||||
</web>
|
|
||||||
</module>
|
|
||||||
</application>
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
artifactId=ear
|
|
||||||
groupId=root.project
|
|
||||||
version=1.0
|
|
||||||
@ -1,39 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>ejbs</artifactId>
|
|
||||||
<packaging>ejb</packaging>
|
|
||||||
<version>1.0</version>
|
|
||||||
<name>enterprise java beans</name>
|
|
||||||
<parent>
|
|
||||||
<groupId>root</groupId>
|
|
||||||
<artifactId>project</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>primary-source</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project.projects</groupId>
|
|
||||||
<artifactId>logging</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-ejb-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifest>
|
|
||||||
<addClasspath>true</addClasspath>
|
|
||||||
</manifest>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
||||||
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
artifactId=ejbs
|
|
||||||
groupId=root.project
|
|
||||||
version=1.0
|
|
||||||
@ -1,105 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>root</groupId>
|
|
||||||
<version>1.0</version>
|
|
||||||
<artifactId>project</artifactId>
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
<name>project</name>
|
|
||||||
|
|
||||||
<modules>
|
|
||||||
<module>projects</module>
|
|
||||||
<module>primary-source</module>
|
|
||||||
<module>servlets</module>
|
|
||||||
<module>ejbs</module>
|
|
||||||
<module>ear</module>
|
|
||||||
<module>site</module>
|
|
||||||
</modules>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<pluginManagement>
|
|
||||||
<plugins>
|
|
||||||
<!-- 统一管理 Maven 编译器插件版本 -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
|
||||||
<version>3.13.0</version> <!-- 指定插件版本 -->
|
|
||||||
<configuration>
|
|
||||||
<source>8</source> <!-- 指定你的项目使用的 Java 版本 -->
|
|
||||||
<target>8</target> <!-- 指定编译后的 class 文件的 Java 版本 -->
|
|
||||||
<encoding>UTF-8</encoding> <!-- 指定源文件编码 -->
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<!-- 统一管理 Maven Javadoc 插件版本 -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
|
||||||
<version>3.6.3</version> <!-- 指定插件版本 -->
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<!-- 统一管理 Maven EJB 插件版本 -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-ejb-plugin</artifactId>
|
|
||||||
<version>3.2.1</version> <!-- 指定插件版本 -->
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<!-- 统一管理 Maven EAR 插件版本 -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-ear-plugin</artifactId>
|
|
||||||
<version>3.3.0</version> <!-- 指定插件版本 -->
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<!-- 统一管理 SonarQube Scanner 插件版本 -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.sonarsource.scanner.maven</groupId>
|
|
||||||
<artifactId>sonar-maven-plugin</artifactId>
|
|
||||||
<version>4.0.0.4121</version> <!-- 指定插件版本 -->
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<!-- 保留你原有的 site 插件 -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-site-plugin</artifactId>
|
|
||||||
<version>3.12.1</version> <!-- 为 site 插件也添加一个版本 -->
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</pluginManagement>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
<dependencyManagement>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project.projects</groupId>
|
|
||||||
<artifactId>logging</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>primary-source</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project.servlets</groupId>
|
|
||||||
<artifactId>servlet</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
<type>war</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>ejbs</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
<type>ejb</type>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</dependencyManagement>
|
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<site>
|
|
||||||
<id>site</id>
|
|
||||||
<name>project website</name>
|
|
||||||
<url>scp://local.company.com/websites/project.company.com/</url>
|
|
||||||
</site>
|
|
||||||
</distributionManagement>
|
|
||||||
</project>
|
|
||||||
@ -1,38 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>primary-source</artifactId>
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
<name>core project classes</name>
|
|
||||||
<parent>
|
|
||||||
<groupId>root</groupId>
|
|
||||||
<artifactId>project</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project.projects</groupId>
|
|
||||||
<artifactId>logging</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<encoding>iso-8859-1</encoding>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<minmemory>128m</minmemory>
|
|
||||||
<maxmemory>512m</maxmemory>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>root.project.projects</groupId>
|
|
||||||
<artifactId>logging</artifactId>
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
<name>logging</name>
|
|
||||||
<parent>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>projects</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</parent>
|
|
||||||
</project>
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<version>1.0</version>
|
|
||||||
<artifactId>projects</artifactId>
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
<name>sub projects</name>
|
|
||||||
<parent>
|
|
||||||
<groupId>root</groupId>
|
|
||||||
<artifactId>project</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</parent>
|
|
||||||
<modules>
|
|
||||||
<module>logging</module>
|
|
||||||
</modules>
|
|
||||||
</project>
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>servlets</artifactId>
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
<name>servlets</name>
|
|
||||||
<version>1.0</version>
|
|
||||||
<parent>
|
|
||||||
<groupId>root</groupId>
|
|
||||||
<artifactId>project</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</parent>
|
|
||||||
<modules>
|
|
||||||
<module>servlet</module>
|
|
||||||
</modules>
|
|
||||||
</project>
|
|
||||||
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
<project>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>root.project.servlets</groupId>
|
|
||||||
<artifactId>servlet</artifactId>
|
|
||||||
<packaging>war</packaging>
|
|
||||||
<name>servlet</name>
|
|
||||||
<parent>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>servlets</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>root.project</groupId>
|
|
||||||
<artifactId>primary-source</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
<html>
|
|
||||||
<body>
|
|
||||||
<h2>Hello World!</h2>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,17 +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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
|
|
||||||
<groupId>root</groupId>
|
|
||||||
<artifactId>site</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<maven.compiler.source>22</maven.compiler.source>
|
|
||||||
<maven.compiler.target>22</maven.compiler.target>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
</project>
|
|
||||||
@ -1,56 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="AutoImportSettings">
|
|
||||||
<option name="autoReloadType" value="SELECTIVE" />
|
|
||||||
</component>
|
|
||||||
<component name="ChangeListManager">
|
|
||||||
<list default="true" id="66a4fc0c-4eaa-435f-a1d3-df547a57c069" name="更改" comment="" />
|
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
||||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
||||||
</component>
|
|
||||||
<component name="ProjectColorInfo">{
|
|
||||||
"associatedIndex": 5
|
|
||||||
}</component>
|
|
||||||
<component name="ProjectId" id="35rejmkwvFmoZxazQ4dmXe4zMES" />
|
|
||||||
<component name="ProjectViewState">
|
|
||||||
<option name="showLibraryContents" value="true" />
|
|
||||||
</component>
|
|
||||||
<component name="PropertiesComponent"><![CDATA[{
|
|
||||||
"keyToString": {
|
|
||||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
||||||
"kotlin-language-version-configured": "true",
|
|
||||||
"node.js.detected.package.eslint": "true",
|
|
||||||
"node.js.detected.package.tslint": "true",
|
|
||||||
"node.js.selected.package.eslint": "(autodetect)",
|
|
||||||
"node.js.selected.package.tslint": "(autodetect)",
|
|
||||||
"nodejs_package_manager_path": "npm",
|
|
||||||
"vue.rearranger.settings.migration": "true"
|
|
||||||
}
|
|
||||||
}]]></component>
|
|
||||||
<component name="SharedIndexes">
|
|
||||||
<attachedChunks>
|
|
||||||
<set>
|
|
||||||
<option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.17011.79" />
|
|
||||||
<option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-IU-241.17011.79" />
|
|
||||||
</set>
|
|
||||||
</attachedChunks>
|
|
||||||
</component>
|
|
||||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
|
|
||||||
<component name="TaskManager">
|
|
||||||
<task active="true" id="Default" summary="默认任务">
|
|
||||||
<changelist id="66a4fc0c-4eaa-435f-a1d3-df547a57c069" name="更改" comment="" />
|
|
||||||
<created>1763872755511</created>
|
|
||||||
<option name="number" value="Default" />
|
|
||||||
<option name="presentableId" value="Default" />
|
|
||||||
<updated>1763872755511</updated>
|
|
||||||
<workItem from="1763872758545" duration="120000" />
|
|
||||||
<workItem from="1763872981002" duration="913000" />
|
|
||||||
</task>
|
|
||||||
<servers />
|
|
||||||
</component>
|
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
|
||||||
<option name="version" value="3" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
Loading…
Reference in new issue