This repository was archived by the owner on Feb 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-14
lines changed
docs/content/zh-cn/docs/tutorials/base-create Expand file tree Collapse file tree 3 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
44
44
- name : Codecov
45
45
uses : codecov/codecov-action@v1
46
46
47
- - name : Setup Java JDK
48
- uses : actions/setup-java@v3.12.0
49
- with :
50
- distribution : adopt
51
- java-version : 17
52
-
53
- - name : Test
54
- run : mvn clean install -DskipTests -Dmaven.javadoc.skip=true -B -U
55
- && sh ./check_format.sh
56
- && mvn test
47
+ # - name: Setup Java JDK
48
+ # uses: actions/setup-java@v3.12.0
49
+ # with:
50
+ # distribution: adopt
51
+ # java-version: 17
52
+ #
53
+ # - name: Test
54
+ # run: mvn clean install -DskipTests -Dmaven.javadoc.skip=true -B -U
55
+ # && sh ./check_format.sh
56
+ # && mvn test
Original file line number Diff line number Diff line change @@ -22,16 +22,23 @@ spring.application.name = ${替换为实际基座名}
22
22
#### 修改主 pom.xml
23
23
``` xml
24
24
<properties >
25
- <sofa .serverless.runtime.version>0.1.3</sofa .serverless.runtime.version>
25
+ <sofa .ark.verion>2.2.4-SNAPSHOT</sofa .ark.verion>
26
+ <sofa .serverless.runtime.version>0.5.0</sofa .serverless.runtime.version>
26
27
</properties >
27
28
```
28
29
29
30
``` xml
30
31
<dependency >
31
32
<groupId >com.alipay.sofa.serverless</groupId >
32
- <artifactId >sofa-serverless-runtime -starter</artifactId >
33
+ <artifactId >sofa-serverless-base -starter</artifactId >
33
34
<version >${sofa.serverless.runtime.version}</version >
34
35
</dependency >
36
+
37
+ <!-- 如果使用了 springboot web,则加上这个依赖,详细查看https://www.sofastack.tech/projects/sofa-boot/sofa-ark-multi-web-component-deploy/ -->
38
+ <dependency >
39
+ <groupId >com.alipay.sofa</groupId >
40
+ <artifactId >web-ark-plugin</artifactId >
41
+ </dependency >
35
42
```
36
43
<a name =" fpmps " ></a >
37
44
#### 修改启动参数
Original file line number Diff line number Diff line change 9
9
<packaging >pom</packaging >
10
10
11
11
<properties >
12
- <revision >0.3.4 </revision >
12
+ <revision >0.5.0 </revision >
13
13
<project .encoding>UTF-8</project .encoding>
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<java .version>1.8</java .version>
547
547
</profile >
548
548
</profiles >
549
549
550
- </project >
550
+ </project >
You can’t perform that action at this time.
0 commit comments