jagank80's Stars
mploed/event-driven-spring-boot
Example Application to demo various flavours of handling domain events in Spring Boot
jagank80/git-practice
givanthak/spring-boot-rest-api-tutorial
Sample REST CRUD API with Spring Boot, Mysql, JPA and Hibernate
spring-guides/gs-accessing-data-mysql
Accessing data with MySQL :: Learn how to set up and manage user accounts on MySQL and how to configure Spring Boot to connect to it at runtime.
ramortegui/e-commerce-db
Database schema for e-commerce (webstores) sites.
Ikhiloya/spring-jpa-oracle-demo
A sample demo app that shows how to create a RESTful webservice using Spring Boot, Spring Data JPA and Oracle database
jboss-developer/jboss-eap-quickstarts
The quickstarts demonstrate JBoss EAP, Jakarta EE 10 and a few additional technologies. They provide small, specific, working examples that can be used as a reference for your own project.
muminc/spring-rest-example
Simple Spring Rest MVC Example
Rabin-Shrestha/SpringBoot_RESTful_JPA_CRUD_JSP_Bootstrap
Create a simple Spring framework with a UI, API, and Database that you can search for students. ● Create a database using the dbms of your choice (examples are: SQL Server, SQL Anywhere, MySQL,Oracle DB, h2, mongoDB, etc.). ● Create a table to import 22 student records provided in the next page in CSV format. Use generally appropriate data types. ● Create an application using Spring Framework ● Application should have a UI with a simple header, footer, search box etc. ● The application should allow a user to: ○ Display the imported data in a tabular format . ○ Search for data using a search box. Students can be searched by multiple criteria like, Student Name, Grade level etc..or by a single criteria like Grade Level. ○ Display the search results in a tabular format. ○ Add a Student (Bonus Points). ○ Edit a Student (Bonus Points). ● You may use frontend frameworks such as Bootstrap, or Javascript libraries or jQuery if you wish to create a more interactive UI design.
1stResponder/iweb-modules
docker-training/node-bulletin-board
sneha-nagole/react-wood-duck
sneha-nagole/auth0-spring-security-mvc-sample
Auth0 Integration Samples for Java Spring Security MVC
Atmosphere/atmosphere-samples
Atmosphere's samples.
StartBootstrap/startbootstrap-grayscale
A multipurpose one page Bootstrap theme created by Start Bootstrap
in28minutes/deploy-spring-microservices-to-aws-ecs-fargate
Take your first steps towards cloud with AWS ECS Fargate. Deploy REST APIs and Microservices with Spring Boot and Docker Containers to the cloud.
robertbunch/socketioTheDetails
Repo for Udemy course on Socket.io
philipsorst/angular-rest-springsecurity
An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
java8/Java8InAction