Merge pull request #13130 from collaboratewithakash/master
backlink fixed
This commit is contained in:
commit
70e1917f1e
|
@ -6,7 +6,7 @@
|
|||
|
||||
- [Time Comparison of Arrays.sort(Object[]) and Arrays.sort(int[])](https://www.baeldung.com/arrays-sortobject-vs-sortint)
|
||||
- [Java ArrayList vs Vector](https://www.baeldung.com/java-arraylist-vs-vector)
|
||||
- [Differences Between HashMap and Hashtable](https://www.baeldung.com/hashmap-hashtable-differences)
|
||||
- [Differences Between HashMap and Hashtable in Java](https://www.baeldung.com/hashmap-hashtable-differences)
|
||||
- [Differences Between Collection.clear() and Collection.removeAll()](https://www.baeldung.com/java-collection-clear-vs-removeall)
|
||||
- [Performance of contains() in a HashSet vs ArrayList](https://www.baeldung.com/java-hashset-arraylist-contains-performance)
|
||||
- [Fail-Safe Iterator vs Fail-Fast Iterator](https://www.baeldung.com/java-fail-safe-vs-fail-fast-iterator)
|
||||
|
|
|
@ -4,5 +4,4 @@ This module contains articles about JHipster.
|
|||
|
||||
### Relevant articles:
|
||||
|
||||
- [Intro to JHipster](https://www.baeldung.com/jhipster)
|
||||
- [Building a Basic UAA-Secured JHipster Microservice](https://www.baeldung.com/jhipster-uaa-secured-micro-service)
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# Relevant Articles
|
||||
- [CAS SSO With Spring Security](https://www.baeldung.com/spring-security-cas-sso)
|
|
@ -5,7 +5,7 @@ This module contains articles about Spring with EJB
|
|||
### Relevant Articles
|
||||
|
||||
- [Java EE Session Beans](https://www.baeldung.com/ejb-session-beans)
|
||||
- [A Guide to Message Driven Beans in EJB](https://www.baeldung.com/ejb-message-driven-beans)
|
||||
- [Integration Guide for Spring and EJB](https://www.baeldung.com/spring-ejb)
|
||||
- [Singleton Session Bean in Jakarta EE](https://www.baeldung.com/java-ee-singleton-session-bean)
|
||||
- [Guide to EJB Set-up](https://www.baeldung.com/ejb-intro)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ The "REST With Spring" Classes: http://github.learnspringsecurity.com
|
|||
### Relevant Articles:
|
||||
|
||||
- [Spring Security Remember Me](https://www.baeldung.com/spring-security-remember-me)
|
||||
- [Redirect to Different Pages after Login with Spring Security](https://www.baeldung.com/spring_redirect_after_login)
|
||||
- [Redirect to Different Pages after Login with Spring Security](https://www.baeldung.com/spring-redirect-after-login)
|
||||
- [Changing Spring Model Parameters with Handler Interceptor](https://www.baeldung.com/spring-model-parameters-with-handler-interceptor)
|
||||
- [Introduction to Spring MVC HandlerInterceptor](https://www.baeldung.com/spring-mvc-handlerinterceptor)
|
||||
- [Using a Custom Spring MVC’s Handler Interceptor to Manage Sessions](https://www.baeldung.com/spring-mvc-custom-handler-interceptor)
|
||||
|
|
|
@ -8,7 +8,7 @@ The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
|||
|
||||
### Relevant Articles:
|
||||
|
||||
- [HttpSessionListener Example – Monitoring](https://www.baeldung.com/httpsessionlistener_with_metrics)
|
||||
- [HttpSessionListener Example – Monitoring](https://www.baeldung.com/java-httpsessionlistener-metrics)
|
||||
- [Control the Session with Spring Security](https://www.baeldung.com/spring-security-session)
|
||||
- [The Clear-Site-Data Header in Spring Security](https://www.baeldung.com/spring-security-clear-site-data-header)
|
||||
- [Spring Security – security none, filters none, access permitAll](https://www.baeldung.com/security-none-filters-none-access-permitAll)
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
- [Determine the Execution Time of JUnit Tests](https://www.baeldung.com/junit-test-execution-time)
|
||||
- [@BeforeAll and @AfterAll in Non-Static Methods](https://www.baeldung.com/java-beforeall-afterall-non-static)
|
||||
- [The java.lang.NoClassDefFoundError in JUnit](https://www.baeldung.com/junit-noclassdeffounderror)
|
||||
- [assertAll() vs Multiple Assertions in JUnit5](https://github.com/eugenp/tutorials/tree/master/testing-modules/junit-5)
|
||||
- [assertAll() vs Multiple Assertions in JUnit5](https://www.baeldung.com/junit5-assertall-vs-multiple-assertions)
|
||||
|
|
Loading…
Reference in New Issue