Kr Younger 6 years ago
parent
commit
5c79197fef
1 changed files with 0 additions and 29 deletions
  1. 0
    29
      README.md

+ 0
- 29
README.md View File

61
 
61
 
62
 
62
 
63
 ```
63
 ```
64
-./gradlew build && java -jar build/libs/{project_id}-0.1.0.jar
65
-```
66
-
67
-If you are using Maven, execute:
68
-
69
-
70
-```
71
 mvn package && java -jar target/{project_id}-0.1.0.jar
64
 mvn package && java -jar target/{project_id}-0.1.0.jar
72
 ```
65
 ```
73
 
66
 
126
 
119
 
127
 Add this to your build file's list of dependencies:
120
 Add this to your build file's list of dependencies:
128
 
121
 
129
-[source,groovy]
130
-```
131
-include::complete/build.gradle[tag=tests]
132
-```
133
-
134
-If you are using Maven, add this to your list of dependencies:
135
-
136
 [source,xml]
122
 [source,xml]
137
 ```
123
 ```
138
 include::complete/pom.xml[tag=tests]
124
 include::complete/pom.xml[tag=tests]
163
 
149
 
164
 Add this to your build file's list of dependencies:
150
 Add this to your build file's list of dependencies:
165
 
151
 
166
-[source,groovy]
167
-```
168
-include::complete/build.gradle[tag=actuator]
169
-```
170
-
171
-If you are using Maven, add this to your list of dependencies:
172
-
173
 [source,xml]
152
 [source,xml]
174
 ```
153
 ```
175
 include::complete/pom.xml[tag=actuator]
154
 include::complete/pom.xml[tag=actuator]
177
 
156
 
178
 Then restart the app:
157
 Then restart the app:
179
 
158
 
180
-
181
-```
182
-./gradlew build && java -jar build/libs/{project_id}-0.1.0.jar
183
-```
184
-
185
-If you are using Maven, execute:
186
-
187
-
188
 ```
159
 ```
189
 mvn package && java -jar target/{project_id}-0.1.0.jar
160
 mvn package && java -jar target/{project_id}-0.1.0.jar
190
 ```
161
 ```