bianlz 8b3940c21e first commit 10 luni în urmă
..
logs 8b3940c21e first commit 10 luni în urmă
pangu-archetype-sc-adapter 8b3940c21e first commit 10 luni în urmă
pangu-archetype-sc-app 8b3940c21e first commit 10 luni în urmă
pangu-archetype-sc-client 8b3940c21e first commit 10 luni în urmă
pangu-archetype-sc-domain 8b3940c21e first commit 10 luni în urmă
pangu-archetype-sc-infrastructure 8b3940c21e first commit 10 luni în urmă
start 8b3940c21e first commit 10 luni în urmă
.gitignore 8b3940c21e first commit 10 luni în urmă
README.md 8b3940c21e first commit 10 luni în urmă
pom.xml 8b3940c21e first commit 10 luni în urmă

README.md

pangu-archetype-sc

maven archetype工程。

构建&&安装archetype到本地maven

mvn archetype:create-from-project

cd target/generated-sources/archetype

mvn install

使用本地archetype创建工程

mvn archetype:generate -DarchetypeCatalog=local

使用本地模式进行开发

在启动环境中添加spring.profiles.active=local