Skip to content

Commit

Permalink
cola 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulan.zjf committed Oct 28, 2020
1 parent 2ad9f97 commit 5c23972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ COLA首先是作为架构的存在,是一种应用架构思想,主要是制
我们提供了两个Archetype,分别是cola-archetype-service和cola-archetype-web

### cola-archetype-service
用来生成纯后端应用(没有Controller),生成应用的命令为:
用来生成纯后端应用(没有Adaptor),生成应用的命令为:
```
mvn archetype:generate -DgroupId=com.alibaba.demo -DartifactId=demoService -Dversion=1.0.0-SNAPSHOT -Dpackage=com.alibaba.demo -DarchetypeArtifactId=cola-framework-archetype-service -DarchetypeGroupId=com.aliyun -DarchetypeVersion=3.1.0
```

### cola-archetype-web
用来生成Web后端应用(有Controller),生成应用的命令为:
用来生成Web后端应用(有Adatpor),生成应用的命令为:
```
mvn archetype:generate -DgroupId=com.alibaba.demo -DartifactId=demoWeb -Dversion=1.0.0-SNAPSHOT -Dpackage=com.alibaba.demo -DarchetypeArtifactId=cola-framework-archetype-web -DarchetypeGroupId=com.aliyun -DarchetypeVersion=3.1.0
```
Expand Down
2 changes: 1 addition & 1 deletion cola-archetype-web/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cola</groupId>
<groupId>com.aliyun</groupId>
<artifactId>cola-framework-archetype-web</artifactId>
<version>3.1.0</version>
<packaging>maven-archetype</packaging>
Expand Down

0 comments on commit 5c23972

Please sign in to comment.