File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 14
14
### V1.1.1-SNAPSHOT
15
15
+ Minor refactoring
16
16
+ Update documentation
17
- + Update templates
17
+ + Update templates
18
+ ### V1.1.2-SNAPSHOT
19
+ + Minor refactoring
20
+ + Update documentation
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ A java helper utilities that form HTTP security header for authentication and ve
9
9
- [ Getting Started] ( #getting-started )
10
10
* [ Using Maven] ( #maven-guide )
11
11
+ [ Maven Build Option] ( #maven-build-option )
12
+ + [ Maven Test] ( #maven-test )
12
13
* [ Using Gradle] ( #gradle-guide )
13
14
+ [ Preparation] ( #preparation )
14
15
+ [ Gradle Build Option] ( #gradle-build-option )
@@ -64,7 +65,7 @@ mvn install
64
65
<dependency >
65
66
<groupId >com.api.util</groupId >
66
67
<artifactId >ApiSecurity</artifactId >
67
- <version >1.0 -SNAPSHOT</version >
68
+ <version >1.1.2 -SNAPSHOT</version >
68
69
</dependency >
69
70
70
71
```
@@ -83,6 +84,13 @@ mvn install
83
84
84
85
```
85
86
87
+ #### Maven Test
88
+ To execute unit-test with Maven command
89
+
90
+ ``` bash
91
+ mvn test
92
+ ```
93
+
86
94
### Gradle Guide
87
95
88
96
+ Download and Install Gradle (4.0 or above)
You can’t perform that action at this time.
0 commit comments