update pom.xml
This commit is contained in:
@@ -12,6 +12,6 @@ echo.
|
||||
cd %~dp0
|
||||
|
||||
cd ..
|
||||
call mvn clean javadoc:jar
|
||||
call mvn clean package -Pjavadoc
|
||||
|
||||
pause
|
||||
@@ -4,11 +4,11 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.jeesite</groupId>
|
||||
<artifactId>jeesite-parent</artifactId>
|
||||
<version>4.0.4-SNAPSHOT</version>
|
||||
<relativePath>../../parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>com.jeesite</groupId>
|
||||
<artifactId>jeesite-parent</artifactId>
|
||||
<version>4.0.4-SNAPSHOT</version>
|
||||
<relativePath>../../parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>jeesite-module-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
@@ -75,7 +75,7 @@
|
||||
<snapshots><enabled>false</enabled></snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-repos-s</id>
|
||||
<id>sonatype-repos-s</id>
|
||||
<name>Sonatype Repository</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases><enabled>false</enabled></releases>
|
||||
@@ -93,7 +93,7 @@
|
||||
<releases><enabled>true</enabled></releases>
|
||||
<snapshots><enabled>false</enabled></snapshots>
|
||||
</pluginRepository>
|
||||
|
||||
|
||||
</pluginRepositories>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -44,7 +44,7 @@ jdbc:
|
||||
# minIdle: 3
|
||||
# maxActive: 20
|
||||
|
||||
# JTA 分布式事务
|
||||
# JTA 分布式事务(v4.0.4+)
|
||||
jta:
|
||||
enabled: false
|
||||
|
||||
@@ -73,7 +73,7 @@ redis:
|
||||
maxIdle: 3
|
||||
maxTotal: 20
|
||||
|
||||
# 是否启用Redis系统缓存及会话
|
||||
# 是否启用Redis系统缓存及会话(专业版)
|
||||
cacheAndSession: false
|
||||
|
||||
# 定义Key的前缀标识
|
||||
@@ -152,10 +152,10 @@ user:
|
||||
remarks: ""
|
||||
}]
|
||||
|
||||
# 多租户模式(SAAS模式)
|
||||
# 多租户模式(SAAS模式)(专业版)
|
||||
useCorpModel: false
|
||||
|
||||
# 任务调度
|
||||
# 任务调度(个人版+)
|
||||
job:
|
||||
|
||||
# 是否自动启动任务调度(可关闭)
|
||||
@@ -372,7 +372,7 @@ error:
|
||||
|
||||
file:
|
||||
|
||||
# 文件上传跟路径,设置路径中不允许包含“userfiles”,在指定目录中系统会自动创建userfiles目录,如果不设置默认为contextPath路径
|
||||
# 文件上传根路径,设置路径中不允许包含“userfiles”,在指定目录中系统会自动创建userfiles目录,如果不设置默认为contextPath路径
|
||||
# baseDir: D:/jeesite
|
||||
|
||||
# 上传文件的相对路径(支持:yyyy, MM, dd, HH, mm, ss, E)
|
||||
@@ -396,6 +396,7 @@ file:
|
||||
#===== Message settings =====#
|
||||
#============================#
|
||||
|
||||
# 消息提醒中心(专业版)
|
||||
msg:
|
||||
|
||||
# 是否开启实时发送消息(保存消息后立即检查未读消息并发送),分布式部署下请单独配置消息发送服务,不建议开启此选项。
|
||||
|
||||
@@ -12,6 +12,6 @@ echo.
|
||||
cd %~dp0
|
||||
|
||||
cd ..
|
||||
call mvn clean javadoc:jar
|
||||
call mvn clean package -Pjavadoc
|
||||
|
||||
pause
|
||||
@@ -4,19 +4,19 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.jeesite</groupId>
|
||||
<artifactId>jeesite-parent</artifactId>
|
||||
<version>4.0.4-SNAPSHOT</version>
|
||||
<groupId>com.jeesite</groupId>
|
||||
<artifactId>jeesite-parent</artifactId>
|
||||
<version>4.0.4-SNAPSHOT</version>
|
||||
<relativePath>../../parent/pom.xml</relativePath>
|
||||
|
||||
<!-- ====== 这是一个新增模块示例项目,你可以拷贝此项目,修改 artifactId 为您的模块即可 ====== -->
|
||||
|
||||
<!-- <relativePath>../parent/pom.xml</relativePath> /jeesite -->
|
||||
<!-- <relativePath>../../parent/pom.xml</relativePath> /jeesite/modules -->
|
||||
<!-- <relativePath>../../jeesite/parent/pom.xml</relativePath> /jeesite-xxx -->
|
||||
<!-- <relativePath>../../../jeesite/parent/pom.xml</relativePath> /jeesite-xxx/modules -->
|
||||
<!-- <relativePath>../parent/pom.xml</relativePath> /jeesite -->
|
||||
<!-- <relativePath>../../parent/pom.xml</relativePath> /jeesite/modules -->
|
||||
<!-- <relativePath>../../jeesite/parent/pom.xml</relativePath> /jeesite-xxx -->
|
||||
<!-- <relativePath>../../../jeesite/parent/pom.xml</relativePath> /jeesite-xxx/modules -->
|
||||
|
||||
</parent>
|
||||
</parent>
|
||||
|
||||
<artifactId>jeesite-module-template</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
Reference in New Issue
Block a user