commit
f56135fa93
|
@ -5,7 +5,7 @@ This module contains articles about string-related algorithms.
|
|||
### Relevant Articles:
|
||||
- [Check if a String is a Palindrome in Java](https://www.baeldung.com/java-palindrome)
|
||||
- [Count Occurrences of a Char in a String](https://www.baeldung.com/java-count-chars)
|
||||
- [Using indexOf to Find All Occurrences of a Word in a String](https://www.baeldung.com/java-indexOf-find-string-occurrences)
|
||||
- [Using indexOf to Find All Occurrences of a Word in a String](https://www.baeldung.com/java-indexof-find-string-occurrences)
|
||||
- [Removing Stopwords from a String in Java](https://www.baeldung.com/java-string-remove-stopwords)
|
||||
- [Removing Repeated Characters from a String](https://www.baeldung.com/java-remove-repeated-char)
|
||||
- [How to Reverse a String in Java](https://www.baeldung.com/java-reverse-string)
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
|
||||
### Relevant Articles:
|
||||
- [Return Only Specific Fields for a Query in Spring Data MongoDB](https://www.baeldung.com/mongodb-return-specific-fields)
|
||||
- [UUID as Entity ID in MongoDB](https://www.baeldung.com/java-mongodb-uuid)
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
- [Spring Data MongoDB: Projections and Aggregations](http://www.baeldung.com/spring-data-mongodb-projections-aggregations)
|
||||
- [Spring Data Annotations](http://www.baeldung.com/spring-data-annotations)
|
||||
- [Spring Data MongoDB Transactions](https://www.baeldung.com/spring-data-mongodb-transactions)
|
||||
- [UUID as Entity ID in MongoDB](https://www.baeldung.com/java-mongodb-uuid)
|
||||
|
||||
## Spring Data MongoDB Live Testing
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
## Relevant articles:
|
||||
- [CAS SSO With Spring Security](http://www.baeldung.com/spring-security-cas-sso)
|
||||
- [Code Analysis with SonarQube](http://www.baeldung.com/sonar-qube)
|
||||
- [CAS SSO With Spring Security](https://www.baeldung.com/spring-security-cas-sso)
|
||||
- [Code Analysis with SonarQube](https://www.baeldung.com/sonar-qube)
|
||||
|
|
|
@ -7,7 +7,7 @@ This module contains articles about core Spring Security
|
|||
- [Handle Spring Security Exceptions With @ExceptionHandler](https://www.baeldung.com/spring-security-exceptionhandler)
|
||||
- [Prevent Cross-Site Scripting (XSS) in a Spring Application](https://www.baeldung.com/spring-prevent-xss)
|
||||
- [Guide to the AuthenticationManagerResolver in Spring Security](https://www.baeldung.com/spring-security-authenticationmanagerresolver)
|
||||
- [A Custom Spring SecurityConfigurer|https://www.baeldung.com/spring-security-custom-configurer]
|
||||
- [A Custom Spring SecurityConfigurer](https://www.baeldung.com/spring-security-custom-configurer)
|
||||
|
||||
### Build the Project
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
### Relevant articles
|
||||
|
||||
- [Mockito’s Java 8 Features](https://www.baeldung.com/mockito-2-java-8)
|
||||
- [Lazy Verification with Mockito](https://www.baeldung.com/mockito-2-lazy-verification)
|
||||
- [Mockito’s Java 8 Features](https://www.baeldung.com/mockito-java-8)
|
||||
- [Lazy Verification with Mockito 2](https://www.baeldung.com/mockito-lazy-verification)
|
||||
- [Mockito Strict Stubbing and The UnnecessaryStubbingException](https://www.baeldung.com/mockito-unnecessary-stubbing-exception)
|
||||
- [Mockito and Fluent APIs](https://www.baeldung.com/mockito-fluent-apis)
|
||||
- [Mocking the ObjectMapper readValue() Method](https://www.baeldung.com/mockito-mock-jackson-read-value)
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
|
||||
### Relevant Articles:
|
||||
- [Define Custom RAML Properties Using Annotations](http://www.baeldung.com/raml-custom-properties-with-annotations)
|
||||
- [Define Custom RAML Properties Using Annotations](https://www.baeldung.com/raml-custom-properties-with-annotations)
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
## Modular RESTful API Modeling Language
|
||||
|
||||
### Relevant Articles:
|
||||
- [Modular RAML Using Includes, Libraries, Overlays and Extensions](http://www.baeldung.com/modular-raml-includes-overlays-libraries-extensions)
|
||||
- [Modular RAML Using Includes, Libraries, Overlays and Extensions](https://www.baeldung.com/modular-raml-includes-overlays-libraries-extensions)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
### Relevant Articles:
|
||||
- [Eliminate Redundancies in RAML with Resource Types and Traits](http://www.baeldung.com/simple-raml-with-resource-types-and-traits)
|
||||
- [Eliminate Redundancies in RAML with Resource Types and Traits](https://www.baeldung.com/simple-raml-with-resource-types-and-traits)
|
||||
|
|
Loading…
Reference in New Issue