张延森 vor 3 Jahren
Ursprung
Commit
b883373215
4 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1
    1
      deploy/bootstrap
  2. 1
    1
      deploy/template.yml
  3. 0
    0
      deploy/注意修改bootstrap文件中版本号.txt
  4. 1
    1
      pom.xml

+ 1
- 1
deploy/bootstrap Datei anzeigen

@@ -2,6 +2,6 @@
2 2
 #
3 3
 #
4 4
 
5
-appVer="0.0.2"
5
+appVer="0.0.3"
6 6
 
7 7
 java -jar ./medical-plat-${appVer}.jar

+ 1
- 1
deploy/template.yml Datei anzeigen

@@ -11,7 +11,7 @@ Resources:
11 11
       Properties:
12 12
         Handler: com.yunzhi.demo.SpringApplication::main
13 13
         Runtime: custom
14
-        CodeUri: 'oss://yz-serverless/medical-plat/medical-plat-0.0.2.zip'
14
+        CodeUri: 'oss://yz-serverless/medical-plat/medical-plat-0.0.3.zip'
15 15
         MemorySize: 1024
16 16
         Timeout: 30
17 17
         InitializationTimeout: 30

+ 0
- 0
deploy/注意修改bootstrap文件中版本号.txt Datei anzeigen


+ 1
- 1
pom.xml Datei anzeigen

@@ -10,7 +10,7 @@
10 10
 	</parent>
11 11
 	<groupId>com.yunzhi</groupId>
12 12
 	<artifactId>medical-plat</artifactId>
13
-	<version>0.0.2</version>
13
+	<version>0.0.3</version>
14 14
 	<name>medical-plat</name>
15 15
 	<description>Demo project for Spring Boot</description>
16 16