You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8,7 +8,9 @@ SpringFox Grails integration library that produces grails specific documentation
8
8
9
9
== Development Environment
10
10
11
-
To build from source using IntelliJ IDEA
11
+
=== IDE setup
12
+
13
+
==== IntelliJ IDEA
12
14
13
15
- File >> open >> build.gradle
14
16
- Make sure to check the 'use the default gradle wrapper' option.
@@ -19,9 +21,11 @@ To build from source using IntelliJ IDEA
19
21
20
22
```
21
23
24
+
=== Build
25
+
22
26
- To get more output from any gradle commands/tasks append a `-i` (info) or `-d` (debug) e.g.
23
27
```bash
24
-
./gradlew build -i
28
+
./gradlew clean build -i
25
29
26
30
```
27
31
- To publish to local maven repository
@@ -58,7 +62,7 @@ Below outlines how to include the springfox-swagger2 module which produces Swagg
58
62
59
63
TIP: Refer the main documentation on how to http://springfox.github.io/springfox/docs/current/#swagger-ui[include springfox bundled swagger-ui] dependencies
60
64
61
-
NOTE: Please refer the main documentation on to http://springfox.github.io/springfox/docs/current/#dependencies[including the springfox-swagger2 dependencies]
65
+
NOTE: Please refer the main documentation on how to http://springfox.github.io/springfox/docs/current/#dependencies[include the springfox-swagger2 dependencies]
62
66
which are required for this integration library to work.
63
67
64
68
=== Release
@@ -74,8 +78,6 @@ dependencies {
74
78
}
75
79
----
76
80
77
-
NOTE: This project has not been released yet.
78
-
79
81
=== Snapshot
80
82
81
83
[source,groovy]
@@ -90,9 +92,6 @@ dependencies {
90
92
}
91
93
----
92
94
93
-
NOTE: The current snapshot version that is available is `{snapshotVersion}`
94
-
95
-
96
95
== Configuration
97
96
98
97
In your Application (GrailsAutoConfiguration) startup entry-point follow the steps below
0 commit comments