File tree 4 files changed +14
-18
lines changed
4 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 10
10
# Mobile Tools for Java (J2ME)
11
11
.mtj.tmp /
12
12
13
+ target /
14
+
13
15
# Package Files #
14
- * .jar
15
16
* .war
16
17
* .nar
17
18
* .ear
Original file line number Diff line number Diff line change 95
95
<version >2.3.0</version >
96
96
<configuration >
97
97
<projectId >GCLOUD_CONFIG</projectId >
98
- <version >springboot-helloworld</version >
98
+ <version >GCLOUD_CONFIG</version >
99
+ <extraFilesDirectories >
100
+ <extraFilesDirectory >sqreen</extraFilesDirectory >
101
+ </extraFilesDirectories >
99
102
</configuration >
100
103
</plugin >
101
104
</plugins >
Original file line number Diff line number Diff line change 1
- # Copyright 2019 Google LLC
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
- # [START gae_java11_helloworld_yaml]
16
1
runtime : java11
17
- # [END gae_java11_helloworld_yaml]
2
+ entrypoint : ' java -javaagent:sqreen.jar -jar springboot-helloworld-j11-0.0.1-SNAPSHOT.jar'
3
+
4
+ health_check :
5
+ enable_health_check : False
6
+
7
+ env_variables :
8
+ SQREEN_APP_NAME : XXXXXXXXX
9
+ SQREEN_TOKEN : env_org_XXXXXXXXX
You can’t perform that action at this time.
0 commit comments