Homepage
Open in app
Sign in
Get started
Java Epic
Java Programming
Follow
Using Map<String, String> with @PathVariable
Using Map<String, String> with @PathVariable
Is that map populated with all path variable names and values?
Cheav Sovannarith
Oct 30, 2019
Functional Interfaces In Java
Functional Interfaces In Java
What to do with it?
Cheav Sovannarith
Oct 23, 2019
Spring Security — Redirect based on User Roles
Spring Security — Redirect based on User Roles
How to redirect URL base on user roles
Cheav Sovannarith
Oct 1, 2019
Which Web Server is used by Spring Boot?
Which Web Server is used by Spring Boot?
Tomcat !?
Cheav Sovannarith
Sep 23, 2019
Spring Cloud Feign
Spring Cloud Feign
a declarative HTTP client developed by Netflix.
Cheav Sovannarith
Sep 23, 2019
Spring Security: use both jdbc-authentication and in-memory-authentication together
Spring Security: use both jdbc-authentication and in-memory-authentication together
Yes, we can use both user in-memory and user in DB together and It works just fine.
Cheav Sovannarith
Sep 22, 2019
Spring Security : jdbc-authentication vs in-memory- authentication
Spring Security : jdbc-authentication vs in-memory- authentication
dependency :
Cheav Sovannarith
Sep 22, 2019
@Repository not necessary when extending one of the predefined Repository interfaces
@Repository not necessary when extending one of the predefined Repository interfaces
It is indeed not necessary to put the @Repository annotation on interfaces that extend JpaRepository; Spring recognizes the repositories…
Cheav Sovannarith
Sep 19, 2019
Declaring Variable Names in Java
Declaring Variable Names in Java
The name given to a variable is known as an identifier. As the term suggests, the way the compiler knows which variables it’s dealing with…
Cheav Sovannarith
Aug 13, 2019
CORS Configuration with Spring Boot
CORS Configuration with Spring Boot
coming soon …
Cheav Sovannarith
Jul 26, 2019
About Java Epic
Latest Stories
Archive
About Medium
Terms
Privacy
Teams