Skip to content

Commit c749d8e

Browse files
authored
Update README.md
1 parent b1847d7 commit c749d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Typesafe config is a clean lightweight immutable configuration library. It offer
2626

2727
## Jackson for JSON
2828
* [Practical Jackson ObjectMapper Configuration](https://www.stubbornjava.com/posts/practical-jackson-objectmapper-configuration)
29+
* [Somewhat Deterministic ObjectMapper](https://www.stubbornjava.com/posts/creating-a-somewhat-deterministic-jackson-objectmapper)
2930

3031
## [Embedded Undertow Web Server](https://www.stubbornjava.com/posts/java-hello-world-embedded-http-server-using-undertow)
3132
Undertow is a very fast low level non blocking web server written in Java. It is very lightweight and has a very clean API that should be relatively easy for anyone who knows HTTP to pick up. Most custom code will be in the form of an HttpHandler which is a simple interface that can be used in a variety of ways.
@@ -52,7 +53,6 @@ HikariCP is a very fast lightweight Java connection pool. The API and overall co
5253
* [XML sitemaps for SEO](https://www.stubbornjava.com/posts/creating-xml-sitemaps-in-java)
5354
* [Lazy loading and caching objects in Java with Guava's Suppliers.memoize](https://www.stubbornjava.com/posts/lazy-loading-and-caching-objects-in-java-with-guava-s-suppliers-memoize)
5455
* [Reading File Resources with Guava](https://www.stubbornjava.com/posts/reading-file-resources-with-guava)
55-
* [Somewhat Deterministic ObjectMapper](https://www.stubbornjava.com/posts/creating-a-somewhat-deterministic-jackson-objectmapper)
5656

5757
# Sites Built With This Method
5858
* [StubbornJava](https://www.stubbornjava.com/)

0 commit comments

Comments
 (0)