From 4495e3494746d72f58d8be5bc69a0cbf071fafb3 Mon Sep 17 00:00:00 2001 From: shasibhusanJena Date: Sun, 23 Jun 2024 21:42:23 +0530 Subject: [PATCH] Update README.md Added new link's to Java Section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f3119b..3213070 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html) - [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs) (video) - [Build a Spring Boot App with User Authentication](https://spring.io/guides/gs/securing-web/) +- [Build a simple form submission](https://spring.io/guides/gs/handling-form-submission) +- [Fetch data using MySQL](https://spring.io/guides/gs/accessing-data-mysql) ## JavaScript: