Skip to content

Commit

Permalink
JeecgBoot2.4.3版本发布——企业级低代码平台
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Mar 18, 2021
1 parent d589813 commit 4b98902
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.css linguist-language=Java
*.html linguist-language=Java
*.vue linguist-language=Java
*.sql linguist-language=Java
12 changes: 12 additions & 0 deletions jeecg-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@
<module>jeecg-cloud-module</module>-->
</modules>

<distributionManagement>
<repository>
<id>jeecg</id>
<name>jeecg Repository</name>
<url>http://maven.jeecg.com:8090/nexus/content/repositories/jeecg</url>
</repository>
<snapshotRepository>
<id>jeecg-snapshots</id>
<name>jeecg Snapshot Repository</name>
<url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>aliyun</id>
Expand Down

0 comments on commit 4b98902

Please sign in to comment.