Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
4019283
added updated example codes
SeunMatt Jun 13, 2017
f232ee7
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Jun 13, 2017
7a627df
fixed local conflict
SeunMatt Jun 13, 2017
4c0886e
updated example code StringToCharStream
SeunMatt Jun 13, 2017
562d340
deleted StringToCharStream.java locally
SeunMatt Jun 16, 2017
b8fe12f
merged PR locally
SeunMatt Jun 16, 2017
6e3d260
removed redundant file
SeunMatt Jun 16, 2017
5397d2c
added code for apache commons collection SetUtils
SeunMatt Jun 25, 2017
f427e77
updated local repo with upstream
SeunMatt Jun 25, 2017
f75d80c
refactored example code
SeunMatt Jun 26, 2017
30f8705
added files for BidiMapUnitTest
SeunMatt Jul 4, 2017
54a5079
resolve conflict
SeunMatt Jul 15, 2017
23959fc
added example code for bytebuddy
SeunMatt Jul 16, 2017
e059290
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Jul 27, 2017
471c1e4
added example code for PCollections
SeunMatt Jul 27, 2017
7596937
update pom
SeunMatt Jul 27, 2017
cb7dc1b
refactored tests for PCollections
SeunMatt Jul 29, 2017
6528ce5
merge conflict
SeunMatt Jul 29, 2017
4c338e6
spring security xml config
SeunMatt Aug 3, 2017
559241d
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Aug 3, 2017
d6985a3
spring security xml config
SeunMatt Aug 3, 2017
f91f618
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Aug 4, 2017
dedd4c1
remove redundant comment
SeunMatt Aug 4, 2017
57ea659
example code for apache-shiro
SeunMatt Aug 15, 2017
4f34159
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Aug 15, 2017
e05af1a
updated example codes for Apache shiro and Vavr Collections API
SeunMatt Aug 16, 2017
e3fed15
updated example code for Vavr Collections
SeunMatt Aug 21, 2017
17ce271
updated Vavr's Collection example
SeunMatt Aug 21, 2017
0d79d01
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Aug 24, 2017
31c5db1
updated Vavr Collection file
SeunMatt Aug 24, 2017
1bb1dc0
updated example code for Apache Shiro
SeunMatt Aug 25, 2017
c78eae4
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Aug 25, 2017
14e98a8
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Sep 2, 2017
c578f30
updated Vavr Collections example
SeunMatt Sep 2, 2017
56e3687
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Sep 2, 2017
49d4e0f
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Sep 16, 2017
3f5bef6
added example code for N1QL
SeunMatt Sep 16, 2017
c6cf954
update example code for N1QL
SeunMatt Sep 16, 2017
4fd110f
added integration test for N1QL
SeunMatt Sep 16, 2017
695d335
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Sep 16, 2017
c70752e
update N1QL Example code
SeunMatt Sep 17, 2017
18b830d
updated N1QL example code
SeunMatt Sep 17, 2017
a276039
update the N1QL example Code
SeunMatt Sep 18, 2017
f4bc0a4
updated the n1ql code
SeunMatt Sep 18, 2017
0f74ad6
Merge branch 'master' of https://github.com/eugenp/tutorials
SeunMatt Sep 19, 2017
91c5735
rename module to couchbase
SeunMatt Sep 19, 2017
2cf7bcf
rename module to couchbase
SeunMatt Sep 19, 2017
ca1d617
change module name in parent module and pom
SeunMatt Sep 19, 2017
d1c9a56
added cas-server module
SeunMatt Oct 14, 2017
e6d985d
added cas secured app for Spring SSO with CAS
SeunMatt Oct 15, 2017
760ff02
fix conflict and merger with latest PR
SeunMatt Oct 15, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions cas-secured-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
target/
!.mvn/wrapper/maven-wrapper.jar

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
Binary file added cas-secured-app/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
1 change: 1 addition & 0 deletions cas-secured-app/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
225 changes: 225 additions & 0 deletions cas-secured-app/mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 143 additions & 0 deletions cas-secured-app/mvnw.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading