All Projects → Urunov → Springboot Projects Fullstack

Urunov / Springboot Projects Fullstack

Spring Boot, JDBC, ORM, JPA, Hibernate, H2, MySQL, Oracle

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Springboot Projects Fullstack

Spring Examples
SpringBoot Examples
Stars: ✭ 67 (-11.84%)
Mutual labels:  graphql, spring-data-jpa, postgresql, spring-security
Registration Login Spring Xml Maven Jsp Mysql
Registration and Login Example with Spring MVC, Spring Security, Spring Data JPA, XML Configuration, Maven, JSP, and MySQL.
Stars: ✭ 134 (+76.32%)
Mutual labels:  spring-data-jpa, jsp, spring-security
Springboard
Spring Boot based production grade starter kit.
Stars: ✭ 59 (-22.37%)
Mutual labels:  spring-data-jpa, spring, spring-security
Spring Reddit Clone
Reddit clone built using Spring Boot, Spring Security with JPA Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone
Stars: ✭ 210 (+176.32%)
Mutual labels:  spring-data-jpa, spring, spring-security
Spring Cloud Flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_c…
Stars: ✭ 1,514 (+1892.11%)
Mutual labels:  spring-data-jpa, spring, spring-security
Spring Boot Blog
Simple blog web app made using Spring Boot + Thymeleaf
Stars: ✭ 121 (+59.21%)
Mutual labels:  spring-data-jpa, spring, spring-security
Registration Login Spring Hsql
Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
Stars: ✭ 208 (+173.68%)
Mutual labels:  spring-data-jpa, jsp, spring-security
Spring Mvc Tutorial
Spring MVC 5 Tutorial - Guide to spring mvc framework
Stars: ✭ 121 (+59.21%)
Mutual labels:  spring-data-jpa, spring, spring-security
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-56.58%)
Mutual labels:  jsp, spring-security, spring-data-jpa
Spring Webmvc Jwt Sample
Secures REST APIs with Spring Security and JWT Token based Authentication
Stars: ✭ 299 (+293.42%)
Mutual labels:  spring-data-jpa, spring, spring-security
Spring Boot Shopping Cart
Simple shopping cart web app made using Spring Boot + Thymeleaf
Stars: ✭ 85 (+11.84%)
Mutual labels:  spring-data-jpa, spring, spring-security
Servletjsptutorial
《Servlet & JSP 技術手冊 - 從 Servlet 到 Spring Boot》相關資源
Stars: ✭ 25 (-67.11%)
Mutual labels:  spring, jsp, spring-security
Spring Microservice Sample
Spring Boot based Mircoservice sample
Stars: ✭ 199 (+161.84%)
Mutual labels:  spring-data-jpa, spring, spring-security
Springboot Restful Angular
springBoot,restful,jwt,angular4 搭建的前后端分离后台管理系统
Stars: ✭ 121 (+59.21%)
Mutual labels:  graphql, spring-data-jpa, spring-security
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+684.21%)
Mutual labels:  spring-data-jpa, spring, spring-security
Spring Web Rss Channels
A Full Stack RSS Reader web application built with Spring MVC and JSP. It uses libraries like Spring, JPA, Bootstrap, Apache Tiles, JSP etc. There is also a static code analysis tool called Checkstyle.
Stars: ✭ 40 (-47.37%)
Mutual labels:  postgresql, spring, spring-security
Market
Simple web-market: Spring, JSP, REST, Hibernate (under modernization)
Stars: ✭ 47 (-38.16%)
Mutual labels:  spring-data-jpa, spring-security
K2
Koa2 API template with passport, GraphQL, flowtype, knex and more.
Stars: ✭ 44 (-42.11%)
Mutual labels:  graphql, postgresql
Tarena Java Textbooks
达内 Java 全套教材
Stars: ✭ 75 (-1.32%)
Mutual labels:  spring, jsp
Tinder Clone
Fullstack Tinder app clone made with React/Ts/Nest
Stars: ✭ 43 (-43.42%)
Mutual labels:  graphql, postgresql

Spring Boot Projects - Full Stack

Total projects provide Source Codes/Guides/App, indeed down below represents. We take an opinionated view of the Spring platform and several-party libraries so you can get started with as Spring Boot.

springMove1

Configuration table

Components Technology
Frontend BootStrap, Jsp/ React 16+
Backend Spring Boot 2.1+, Java 8/Java 11+
Security Spring Security, SSL, Form, https, JWT
Database JPA-Hibernate, H2, MySQL, Oracle, MangoDB, Postgresql
API Documentation Swagger API + (Hub)
Client Build npm, yarn, webpack
Server Build Maven / Gradle
API testing POSTMAN / insomnia
Tool Intellj Idea/VSC

Part-1: Spring Boot Basics and Fundamentals with Projects

(Attention: When You click  RESOURE OR CODE, indeed, Detail explanations are inside the sources!)
  • (resource / code) Getting Started with Spring Boot

    • Installing Spring Boot + Maven (pom.xml) : (code) SpringBootFamilyMember
    • Spring Boot + Gradle : (code) Spring Gradle
    • Spring Boot 2 Hello World Application "Welcome-Back Again" : (code) SpringBootHelloWorld
    • Important Spring Boot Standalone : (code) SpringStandalone
    • Migrating from Spring to Spring Boot : (code) SpringDownloadFiles
  • (resource / code) RESTfull API: Spring REST Template-Spring REST Client Methods

    • Spring REST Client Methods (GET, POST, PUT and DELETE) : (code) SpringRestAPI
    • Spring Boot How to Change Port and Context Path : (code) SpringEmailProcess
    • Spring Boot2 Deploy WAR file to External Tomcat : (code) SpringWebJar
    • Bonus: Additional source codes

Part-2: Spring Boot Configuration

  • (resource/ code) Configuration in Practical way

    • Spring Boot 2 + Java Based Configuration
    • Spring Boot 2 + XML Configuration
    • Migrating from Spring to Spring Boot

Part-3: Spring Boot Annotations

  • (resource / code ) Practical Experience with Annotation

    • Spring Boot Annotations Definiation and Practics
    • Spring Boot @EnableAutoConfiguration Annotation with Example
    • Spring Boot @SpringBootApplication Annotation with Example
    • Spring Boot - Creating Asynchronous Methods using @Async Annotation

Part-4: Spring Boot + REST API

  • (resource/ code ) Database interconnections

    • Aspect Orient Programming (AOP) in Spring
    • Spring Boot 2 Hibernate 5 MySQL CRUD REST API Tutorial
    • Spring Boot 2 JPA MySQL CRUD Example
    • Spring Boot 2 CRUD REST APIs Validation Example
    • Spring Data JPA Auditing with Spring Boot 2 and MySQL Example
    • Spring Boot 2 Exception Handling for REST APIs
    • Spring Boot 2 Logging SLF4j Logback and LOG4j2 Example
    • Spring Boot 2 + Jersey REST + JPA + Hibernate 5 CRUD REST APIs
    • Spring Boot 2 - Scheduling Tasks
    • Spring Boot 2 RESTful API Documentation with Swagger 2
    • Spring Boot 2 - File Upload and Download Rest API Tutorial // LATEST

Part-5: Spring Boot + Web Application

  • (resource/code) Web applicaiton develops

    • Spring MVC + Spring Boot2 + JSP + JPA + Hibernate 5 + MySQL Example
    • Spring Boot 2 MVC Web Application Thymeleaf JPA MySQL Example
    • Spring Boot 2 - Spring MVC + Thymeleaf Input Form Validation
    • Spring Boot JPA Multiple Data Sources Example

Part-6: Spring Boot + Security

  • (resource/code) Security possiblities

    • Spring Boot 2 + Spring MVC + Role Based Spring Security + JPA + Thymeleaf + MySQL
    • Authenticating a User with LDAP using Spring Boot and Spring Security
    • User Registration Module using Spring Boot 2 + Spring MVC + Spring Security + Hibernate 5 + Thymeleaf + MySQL

Part-7: TEST: Spring Boot

  • (resource/code) Security possiblities

    • Spring Data JPA + Repository Testing using Spring Boot + @DataJpaTest
    • Spring Boot 2 + REST APIs Integration Testing
    • Spring Boot 2 with JUnit 5 Testing Example

Part-8: Spring Boot Real Project [Backend and Frontend]

  • (resource/code) Project: Spring Boot (toddler steps)

    • Spring Boot + PostgreSQL + JPA/Hibernate CRUD Restful API Tutorial
    • Spring Boot + Spring JDBC + MySQL CRUD (Simple Project)
    • Spring Boot Thymeleaf CRUD Example Tutorial

Part-9: Full Stack [Spring Boot and React JS]

Included README inside the folder. There are several projects and more detail information.

 * Part-1. FullStack : Spring Boot React JS CRUD Swagger API 
        > Company Employee ver1. Full Stack 
              - Spring Boot 
              - ReactJS
              - Swagger API
              - Database (MySQL)

Reference Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].