Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sa_aidea
Aidea
Commits
c413683a
Commit
c413683a
authored
Sep 22, 2020
by
谢希宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init aidea products by 20200922
parent
55e98b9c
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
76 additions
and
0 deletions
+76
-0
pom.xml
aidea-modules/consult-module-web/pom.xml
+24
-0
web.xml
...odules/consult-module-web/src/main/webapp/WEB-INF/web.xml
+7
-0
index.jsp
aidea-modules/consult-module-web/src/main/webapp/index.jsp
+5
-0
pom.xml
aidea-modules/consult-module/pom.xml
+15
-0
TestJava.java
aidea-modules/consult-module/src/test/java/TestJava.java
+5
-0
pom.xml
aidea-modules/pom.xml
+20
-0
No files found.
aidea-modules/consult-module-web/pom.xml
0 → 100644
View file @
c413683a
<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/maven-v4_0_0.xsd"
>
<parent>
<artifactId>
aidea-modules
</artifactId>
<groupId>
com.cftech
</groupId>
<version>
1.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
consult-module-web
</artifactId>
<packaging>
war
</packaging>
<name>
consult-module-web Maven Webapp
</name>
<url>
http://maven.apache.org
</url>
<dependencies>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
3.8.1
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
<finalName>
consult-module-web
</finalName>
</build>
</project>
aidea-modules/consult-module-web/src/main/webapp/WEB-INF/web.xml
0 → 100644
View file @
c413683a
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd" >
<web-app>
<display-name>
Archetype Created Web Application
</display-name>
</web-app>
aidea-modules/consult-module-web/src/main/webapp/index.jsp
0 → 100644
View file @
c413683a
<html>
<body>
<h2>
Hello World!
</h2>
</body>
</html>
aidea-modules/consult-module/pom.xml
0 → 100644
View file @
c413683a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
aidea-modules
</artifactId>
<groupId>
com.cftech
</groupId>
<version>
1.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
consult-module
</artifactId>
</project>
\ No newline at end of file
aidea-modules/consult-module/src/test/java/TestJava.java
0 → 100644
View file @
c413683a
/**
* Created by 16444 on 2020/9/22.
*/
public
class
TestJava
{
}
aidea-modules/pom.xml
0 → 100644
View file @
c413683a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
cftech-platform
</artifactId>
<groupId>
com.cftech
</groupId>
<version>
1.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
aidea-modules
</artifactId>
<packaging>
pom
</packaging>
<modules>
<module>
consult-module
</module>
<module>
consult-module-web
</module>
</modules>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment