Browse Source

重新生成form_field

master
陈裕财 2 years ago
parent
commit
df77c4fc11
  1. 11
      mdp-form-bootstrap/pom.xml
  2. 3
      mdp-form-bootstrap/src/main/webapp/META-INF/MANIFEST.MF
  3. 12
      mdp-form-bootstrap/src/main/webapp/WEB-INF/web.xml
  4. 7
      mdp-form/pom.xml
  5. 3
      mdp-form/src/main/webapp/META-INF/MANIFEST.MF
  6. 12
      mdp-form/src/main/webapp/WEB-INF/web.xml
  7. 2
      pom.xml

11
mdp-form-bootstrap/pom.xml

@ -8,24 +8,23 @@
<parent>
<groupId>com.mdp</groupId>
<artifactId>mdp-form-backend</artifactId>
<version>M.1.0.0-RELEASE</version>
<version>2.0.0-RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-cloud-starter</artifactId>
<artifactId>mdp-oauth2-client-cloud</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-form</artifactId>
<artifactId>mdp-cloud-starter</artifactId>
<version>${mdp.version}</version>
</dependency>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-oauth2-client-cloud</artifactId>
<version>${mdp.version}</version>
<artifactId>mdp-form</artifactId>
</dependency>
</dependencies>

3
mdp-form-bootstrap/src/main/webapp/META-INF/MANIFEST.MF

@ -1,3 +0,0 @@
Manifest-Version: 1.0
Class-Path:

12
mdp-form-bootstrap/src/main/webapp/WEB-INF/web.xml

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1">
<display-name>mdp-wxpub-web</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
</web-app>

7
mdp-form/pom.xml

@ -10,13 +10,8 @@
<parent>
<groupId>com.mdp</groupId>
<artifactId>mdp-form-backend</artifactId>
<version>M.1.0.0-RELEASE</version>
<version>2.0.0-RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>com.mdp</groupId>
<artifactId>mdp-oauth2-client</artifactId>
<version>${mdp.version}</version>
</dependency>
</dependencies>
</project>

3
mdp-form/src/main/webapp/META-INF/MANIFEST.MF

@ -1,3 +0,0 @@
Manifest-Version: 1.0
Class-Path:

12
mdp-form/src/main/webapp/WEB-INF/web.xml

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1">
<display-name>mdp-wxpub-web</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
</web-app>

2
pom.xml

@ -8,7 +8,7 @@
<parent>
<groupId>com.mdp</groupId>
<artifactId>mdp-products</artifactId>
<version>M.1.0.0-RELEASE</version>
<version>2.0.0-RELEASE</version>
</parent>
<modules>

Loading…
Cancel
Save