commit
8914469671
@ -10,4 +10,5 @@ This module contains articles about algorithms. Some classes of algorithms, e.g.
|
||||
- [Find If Two Numbers Are Relatively Prime in Java](https://www.baeldung.com/java-two-relatively-prime-numbers)
|
||||
- [Knapsack Problem Implementation in Java](https://www.baeldung.com/java-knapsack)
|
||||
- [How to Determine if a Binary Tree is Balanced](https://www.baeldung.com/java-balanced-binary-tree)
|
||||
- [The Caesar Cipher in Java](https://www.baeldung.com/java-caesar-cipher)
|
||||
- More articles: [[<-- prev]](/../algorithms-miscellaneous-4)
|
||||
|
@ -12,3 +12,4 @@ This module contains articles about Java 11 core features
|
||||
- [An Introduction to Epsilon GC: A No-Op Experimental Garbage Collector](https://www.baeldung.com/jvm-epsilon-gc-garbage-collector)
|
||||
- [Guide to jlink](https://www.baeldung.com/jlink)
|
||||
- [Negate a Predicate Method Reference with Java 11](https://www.baeldung.com/java-negate-predicate-method-reference)
|
||||
- [Benchmark JDK Collections vs Eclipse Collections](https://www.baeldung.com/jdk-collections-vs-eclipse-collections)
|
||||
|
@ -7,3 +7,5 @@
|
||||
- [Java 8 Unsigned Arithmetic Support](https://www.baeldung.com/java-unsigned-arithmetic)
|
||||
- [How to Separate Double into Integer and Decimal Parts](https://www.baeldung.com/java-separate-double-into-integer-decimal-parts)
|
||||
- [The strictfp Keyword in Java](https://www.baeldung.com/java-strictfp)
|
||||
- [Basic Calculator in Java](https://www.baeldung.com/java-basic-calculator)
|
||||
- [Overflow and Underflow in Java](https://www.baeldung.com/java-overflow-underflow)
|
||||
|
@ -82,3 +82,4 @@ The following guides may also be helpful:
|
||||
* https://spring.io/guides/gs/batch-processing/[Creating a Batch Service]
|
||||
|
||||
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/footer.adoc[]
|
||||
|
||||
|
@ -5,4 +5,5 @@ This module contains articles about Hibernate 5.
|
||||
### Relevant Articles:
|
||||
- [Hibernate Error “Not all named parameters have been set”](https://www.baeldung.com/hibernate-error-named-parameters-not-set)
|
||||
- [FetchMode in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-fetchmode)
|
||||
- [[<-- Prev]](/hibernate5)
|
||||
- [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context)
|
||||
- [[<-- Prev]](/hibernate5)
|
||||
|
3
play-framework/websockets/README.md
Normal file
3
play-framework/websockets/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [WebSockets with the Play Framework and Akka](https://www.baeldung.com/akka-play-websockets)
|
@ -4,3 +4,4 @@ This module contains articles about Spring Cloud Gateway
|
||||
|
||||
### Relevant Articles:
|
||||
- [Exploring the new Spring Cloud Gateway](http://www.baeldung.com/spring-cloud-gateway)
|
||||
- [Writing Custom Spring Cloud Gateway Filters](https://www.baeldung.com/spring-cloud-custom-gateway-filters)
|
||||
|
@ -11,4 +11,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||
- [The Spring @Controller and @RestController Annotations](http://www.baeldung.com/spring-controller-vs-restcontroller)
|
||||
- [Model, ModelMap, and ModelView in Spring MVC](http://www.baeldung.com/spring-mvc-model-model-map-model-view)
|
||||
- [Spring Web Contexts](http://www.baeldung.com/spring-web-contexts)
|
||||
- [[<-- Prev]](/spring-mvc-basics)
|
||||
- [Spring Optional Path Variables](https://www.baeldung.com/spring-optional-path-variables)
|
||||
- [[<-- Prev]](/spring-mvc-basics)
|
||||
|
@ -1,5 +1,6 @@
|
||||
### Relevant Articles:
|
||||
- [Intro to Gatling](http://www.baeldung.com/introduction-to-gatling)
|
||||
- [Run Gatling Tests From Jenkins](https://www.baeldung.com/jenkins-run-gatling-tests)
|
||||
|
||||
### Running a simualtion
|
||||
- To run a simulation use "simulation" profile, command - `mvn install -Psimulation -Dgib.enabled=false`
|
||||
|
@ -5,3 +5,4 @@
|
||||
- [Mockito Strict Stubbing and The UnnecessaryStubbingException](https://www.baeldung.com/mockito-unnecessary-stubbing-exception)
|
||||
- [Quick Guide to BDDMockito](https://www.baeldung.com/bdd-mockito)
|
||||
- [Mockito – Using Spies](https://www.baeldung.com/mockito-spy)
|
||||
- [Mockito and Fluent APIs](https://www.baeldung.com/mockito-fluent-apis)
|
||||
|
@ -8,5 +8,5 @@
|
||||
- [Introduction to Lambda Behave](http://www.baeldung.com/lambda-behave)
|
||||
- [Introduction to CheckStyle](https://www.baeldung.com/checkstyle-java)
|
||||
- [Introduction to FindBugs](https://www.baeldung.com/intro-to-findbugs)
|
||||
|
||||
- [Cucumber Data Tables](https://www.baeldung.com/cucumber-data-tables)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user