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
*com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: javax.faces.FacesException: java.io.FileNotFoundException: JAR entry META-INF/ not found in /var/folders/gj/...*
com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: javax.faces.FacesException: java.io.FileNotFoundException: JAR entry META-INF/ not found in /var/folders/gj/...
29
+
```
26
30
27
31
Changing spring-boot-parent version in pom to something lower 1.5.3.RELEASE it works fine.
28
32
29
33
30
34
31
35
32
36
33
-
###Original Readme
37
+
###Original Readme
34
38
35
-
##Changes##
39
+
##Changes
36
40
37
41
- Maven based project
38
42
- Spring Security integration with Spring Security Tags
@@ -41,21 +45,21 @@ Changing spring-boot-parent version in pom to something lower 1.5.3.RELEASE it w
41
45
- H2 persistence with Console enabled for development purposes
42
46
- Session and View expiration handling
43
47
44
-
##Run##
48
+
##Run
45
49
46
50
To run use
47
51
48
52
```
49
53
mvn spring-boot:run
50
54
```
51
55
52
-
##Credentials##
56
+
##Credentials
53
57
54
58
Admin: admin:12345
55
59
56
60
User: usuario:12345
57
61
58
-
##URLS##
62
+
##URLS
59
63
60
64
[http://localhost:8080/greeting](http://localhost:8080/greeting) - Public Spring MVC view
61
65
@@ -67,6 +71,6 @@ User: usuario:12345
67
71
68
72
[http://localhost:8080/console](http://localhost:8080/console) - H2 Console (Note: should only be available for development, tip: use profile feature)
69
73
70
-
##Note from original##
74
+
##Note from original
71
75
72
76
There was a common belief that because JSF and Spring MVC were their own view technologies and that they could not be used together, but this is incorrect and is part of this example.
0 commit comments