项目初始化
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>jeesite-web-api</artifactId>
|
<artifactId>jeesite-web-api</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<description>专为分离端提供接口服务,关闭内置登录页和主框架页视图</description>
|
<description>专为分离端提供接口服务,关闭内置登录页和主框架页视图</description>
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
<finalName>web</finalName><!-- war 或 jar 包的名称 -->
|
<finalName>mySpring</finalName><!-- war 或 jar 包的名称 -->
|
||||||
<start-class>com.jeesite.modules.ApiApplication</start-class>
|
<start-class>com.jeesite.modules.ApiApplication</start-class>
|
||||||
|
|
||||||
<!-- Docker setting -->
|
<!-- Docker setting -->
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!-- 核心模块 --><!--suppress VulnerableLibrariesLocal -->
|
<!-- 核心模块 --><!--suppress VulnerableLibrariesLocal -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
@@ -65,36 +65,12 @@
|
|||||||
<artifactId>jeesite-module-app</artifactId>
|
<artifactId>jeesite-module-app</artifactId>
|
||||||
<version>${project.parent.version}</version>
|
<version>${project.parent.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 文件管理共享(标准版)
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.jeesite</groupId>
|
|
||||||
<artifactId>jeesite-module-filemanager</artifactId>
|
|
||||||
<version>${project.parent.version}</version>
|
|
||||||
</dependency> -->
|
|
||||||
|
|
||||||
<!-- 文件在线预览(标准版)
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.jeesite</groupId>
|
|
||||||
<artifactId>jeesite-module-filepreview</artifactId>
|
|
||||||
<version>${project.parent.version}</version>
|
|
||||||
</dependency> -->
|
|
||||||
|
|
||||||
<!-- 热部署工具
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-devtools</artifactId>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency> -->
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>${finalName}</finalName>
|
<finalName>${finalName}</finalName>
|
||||||
<!--<outputDirectory>${project.basedir}/src/main/webapp/WEB-INF/classes/</outputDirectory>-->
|
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
||||||
<!-- Spring Boot 插件 -->
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
@@ -124,21 +100,6 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>thinkgem</id>
|
|
||||||
<name>WangZhen</name>
|
|
||||||
<email>thinkgem at 163.com</email>
|
|
||||||
<roles><role>Project lead</role></roles>
|
|
||||||
<timezone>+8</timezone>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
|
|
||||||
<organization>
|
|
||||||
<name>JeeSite</name>
|
|
||||||
<url>https://jeesite.com</url>
|
|
||||||
</organization>
|
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>aliyun-repos</id>
|
<id>aliyun-repos</id>
|
||||||
|
|||||||
Reference in New Issue
Block a user