https://github.com/mdnkv/spring-examples
Code examples on Spring Boot and Spring Web
https://github.com/mdnkv/spring-examples
hibernate java java-web-app jpa rest-api spring spring-boot spring-mvc spring-web
Last synced: about 1 year ago
JSON representation
Code examples on Spring Boot and Spring Web
- Host: GitHub
- URL: https://github.com/mdnkv/spring-examples
- Owner: mdnkv
- License: mit
- Created: 2024-11-14T15:25:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:24:14.000Z (over 1 year ago)
- Last Synced: 2024-12-02T19:35:32.646Z (over 1 year ago)
- Topics: hibernate, java, java-web-app, jpa, rest-api, spring, spring-boot, spring-mvc, spring-web
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Spring examples




This repository contains a Spring Boot project with code, that is used as example for posts and videos in my blog and on my [youtube channel](https://www.youtube.com/@mdnkv).
So, this project is an e-commerce application; much smaller in scope than Shopify and even WooCommerce, but still it aims to cover essential features of any modern e-commerce app. And I believe that this type of app has a lot of interesting things that you could implement and learn a lot of useful stuff.
## License
This project is licensed under terms of the MIT license. For more information, please read the LICENSE.txt file.
## Author
(C) 2024 - now Iurii Mednikov