|
2 | 2 |
|
3 | 3 | exports[`generator - spring-boot:jwt reactive(false)-skipUserManagement(false) should call source snapshot 1`] = ` |
4 | 4 | { |
5 | | - "addJavaDefinition": [ |
6 | | - { |
7 | | - "dependencies": [ |
8 | | - { |
9 | | - "artifactId": "spring-boot-starter-security", |
10 | | - "groupId": "org.springframework.boot", |
11 | | - }, |
12 | | - { |
13 | | - "artifactId": "spring-boot-starter-oauth2-resource-server", |
14 | | - "groupId": "org.springframework.boot", |
15 | | - }, |
16 | | - ], |
17 | | - }, |
| 5 | + "addSpringBootModule": [ |
| 6 | + [ |
| 7 | + "spring-boot-starter-security", |
| 8 | + "spring-boot-starter-oauth2-resource-server", |
| 9 | + ], |
18 | 10 | ], |
19 | 11 | } |
20 | 12 | `; |
@@ -59,19 +51,11 @@ exports[`generator - spring-boot:jwt reactive(false)-skipUserManagement(false) s |
59 | 51 |
|
60 | 52 | exports[`generator - spring-boot:jwt reactive(false)-skipUserManagement(true) should call source snapshot 1`] = ` |
61 | 53 | { |
62 | | - "addJavaDefinition": [ |
63 | | - { |
64 | | - "dependencies": [ |
65 | | - { |
66 | | - "artifactId": "spring-boot-starter-security", |
67 | | - "groupId": "org.springframework.boot", |
68 | | - }, |
69 | | - { |
70 | | - "artifactId": "spring-boot-starter-oauth2-resource-server", |
71 | | - "groupId": "org.springframework.boot", |
72 | | - }, |
73 | | - ], |
74 | | - }, |
| 54 | + "addSpringBootModule": [ |
| 55 | + [ |
| 56 | + "spring-boot-starter-security", |
| 57 | + "spring-boot-starter-oauth2-resource-server", |
| 58 | + ], |
75 | 59 | ], |
76 | 60 | } |
77 | 61 | `; |
@@ -119,19 +103,11 @@ exports[`generator - spring-boot:jwt reactive(false)-skipUserManagement(true) sh |
119 | 103 |
|
120 | 104 | exports[`generator - spring-boot:jwt reactive(true)-skipUserManagement(false) should call source snapshot 1`] = ` |
121 | 105 | { |
122 | | - "addJavaDefinition": [ |
123 | | - { |
124 | | - "dependencies": [ |
125 | | - { |
126 | | - "artifactId": "spring-boot-starter-security", |
127 | | - "groupId": "org.springframework.boot", |
128 | | - }, |
129 | | - { |
130 | | - "artifactId": "spring-boot-starter-oauth2-resource-server", |
131 | | - "groupId": "org.springframework.boot", |
132 | | - }, |
133 | | - ], |
134 | | - }, |
| 106 | + "addSpringBootModule": [ |
| 107 | + [ |
| 108 | + "spring-boot-starter-security", |
| 109 | + "spring-boot-starter-oauth2-resource-server", |
| 110 | + ], |
135 | 111 | ], |
136 | 112 | } |
137 | 113 | `; |
@@ -176,19 +152,11 @@ exports[`generator - spring-boot:jwt reactive(true)-skipUserManagement(false) sh |
176 | 152 |
|
177 | 153 | exports[`generator - spring-boot:jwt reactive(true)-skipUserManagement(true) should call source snapshot 1`] = ` |
178 | 154 | { |
179 | | - "addJavaDefinition": [ |
180 | | - { |
181 | | - "dependencies": [ |
182 | | - { |
183 | | - "artifactId": "spring-boot-starter-security", |
184 | | - "groupId": "org.springframework.boot", |
185 | | - }, |
186 | | - { |
187 | | - "artifactId": "spring-boot-starter-oauth2-resource-server", |
188 | | - "groupId": "org.springframework.boot", |
189 | | - }, |
190 | | - ], |
191 | | - }, |
| 155 | + "addSpringBootModule": [ |
| 156 | + [ |
| 157 | + "spring-boot-starter-security", |
| 158 | + "spring-boot-starter-oauth2-resource-server", |
| 159 | + ], |
192 | 160 | ], |
193 | 161 | } |
194 | 162 | `; |
|
0 commit comments