File tree Expand file tree Collapse file tree 9 files changed +6377
-5441
lines changed
src/main/webapp/spring-data-ui Expand file tree Collapse file tree 9 files changed +6377
-5441
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.2.2 .RELEASE</version >
8
+ <version >2.3.3 .RELEASE</version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.pj</groupId >
12
12
<artifactId >keycloak</artifactId >
13
- <version >1.1 .0</version >
13
+ <version >2.0 .0</version >
14
14
<name >KeyCloak-Angular-SpringSecurity</name >
15
- <description >Demo project for KeyCloak-SpringSecurity </description >
15
+ <description >Demo project for KeyCloak and Spring Security </description >
16
16
17
17
<properties >
18
18
<java .version>11</java .version>
35
35
<dependency >
36
36
<groupId >org.keycloak</groupId >
37
37
<artifactId >keycloak-spring-boot-starter</artifactId >
38
- <version >6 .0.1 </version >
38
+ <version >11 .0.2 </version >
39
39
</dependency >
40
40
41
41
<dependency >
76
76
<dependency >
77
77
<groupId >org.keycloak.bom</groupId >
78
78
<artifactId >keycloak-adapter-bom</artifactId >
79
- <version >6 .0.1 </version >
79
+ <version >11 .0.2 </version >
80
80
<type >pom</type >
81
- <scope >import</scope >
82
81
</dependency >
83
82
</dependencies >
84
83
</dependencyManagement >
File renamed without changes.
Original file line number Diff line number Diff line change 18
18
"main" : " src/main.ts" ,
19
19
"polyfills" : " src/polyfills.ts" ,
20
20
"tsConfig" : " tsconfig.app.json" ,
21
- "aot" : false ,
21
+ "aot" : true ,
22
22
"assets" : [
23
23
" src/favicon.ico" ,
24
24
" src/assets"
41
41
"sourceMap" : false ,
42
42
"extractCss" : true ,
43
43
"namedChunks" : false ,
44
- "aot" : true ,
45
44
"extractLicenses" : true ,
46
45
"vendorChunk" : false ,
47
46
"buildOptimizer" : true ,
50
49
"type" : " initial" ,
51
50
"maximumWarning" : " 2mb" ,
52
51
"maximumError" : " 5mb"
52
+ },
53
+ {
54
+ "type" : " anyComponentStyle" ,
55
+ "maximumWarning" : " 6kb"
53
56
}
54
57
]
55
58
}
Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"outDir" : " ../out-tsc/e2e" ,
5
5
"module" : " commonjs" ,
6
- "target" : " es5 " ,
6
+ "target" : " es2018 " ,
7
7
"types" : [
8
8
" jasmine" ,
9
9
" jasminewd2" ,
You can’t perform that action at this time.
0 commit comments