szerhusenBC /
jwt-spring-security-demo
A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2
Loading repository data…
eherozhao / repository
Using Spring Boot as the back-end to develop a web application for selling the electrical devices
This a web application project developing the e-commerce website to sell the electrical devices. We use the Spring Boot to build the back-end part, and the React for the front-end part. This Respository is for the back-end.
We have implemented the following functions:
For Consumers:
1. They can log in and sign up their accounts, and also change their personal information in their user page.
2. They can scan the products and search for what they want by name, category, etc.
3. They can scan the products sorted by price from low to high or even from high to low.
4. They can add products into the cart, checkout and generate the orders.
For Salesperson:
1. They can log in and sign up to the superadmin account.(This account has high authority)
2. They can add, delete, search, revise products.
3. They can add, delete, search, revise consumers' orders.
The frontend part of this project is: https://github.com/eherozhao/E-Commerce-React-Front-end
Selected from shared topics, language and repository description—not editorial ratings.
szerhusenBC /
A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2
in28minutes /
OLD - Microservices using Spring Boot, Spring Cloud, Docker and Kubernetes. Replaced by https://github.com/in28minutes/spring-microservices-v3
murraco /
JWT auth service using Spring Boot, Spring Security and MySQL
berndruecker /
Sample application demonstrating an order fulfillment system decomposed into multiple independant components (e.g. microservices). Showing concrete implementation alternatives using e.g. Java, Spring Boot, Apache Kafka, Camunda, Zeebe, ...
apache /
Use Apache Causeway™ to rapidly develop domain-driven apps or modular monoliths in Java, on top of the Spring Boot platform. Write your business logic in entities, domain services or view models, and the framework dynamically generates a representation of that domain model as a webapp, GraphQL or RESTful API. For prototyping or production.
ThomasVitale /
Samples showing how to build Java applications powered by Generative AI and LLMs using Spring AI and Spring Boot.