张延森 před 3 roky
rodič
revize
b883373215

+ 1
- 1
deploy/bootstrap Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor


+ 1
- 1
pom.xml Zobrazit soubor

@@ -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