All Projects → JahnelGroup → spring-boot-samples

JahnelGroup / spring-boot-samples

Licence: MIT license
Provided here is a collection of sample code for Spring Boot.

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language
HTML
75241 projects
TSQL
950 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to spring-boot-samples

Cas
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
Stars: ✭ 9,154 (+18970.83%)
Mutual labels:  spring-framework
Spring Backend Boilerplate
The modularized backend boilerplate based on Spring Boot Framework, easy to get started and add your business part.
Stars: ✭ 134 (+179.17%)
Mutual labels:  spring-framework
Spring5Tutorial
Spring 文件的範例資源
Stars: ✭ 36 (-25%)
Mutual labels:  spring-framework
Spring Framework 4.2.0
spring源码学习附注释(Version 4.2.0),the second debug.
Stars: ✭ 87 (+81.25%)
Mutual labels:  spring-framework
Spring Mvc Tutorial
Spring MVC 5 Tutorial - Guide to spring mvc framework
Stars: ✭ 121 (+152.08%)
Mutual labels:  spring-framework
My Spring Learning
My Spring framework learning
Stars: ✭ 165 (+243.75%)
Mutual labels:  spring-framework
Springsecuritytotp
Spring Security Login with Google Authenticator (Time-based One-time Password Algorithm, TOTP)
Stars: ✭ 56 (+16.67%)
Mutual labels:  spring-framework
spring-and-angular
A SPA demo project with Spring Framework and Angularjs
Stars: ✭ 16 (-66.67%)
Mutual labels:  spring-framework
Learning Spring
Spring框架讲解
Stars: ✭ 132 (+175%)
Mutual labels:  spring-framework
Embedded Database Spring Test
A library for creating isolated embedded databases for Spring-powered integration tests.
Stars: ✭ 196 (+308.33%)
Mutual labels:  spring-framework
Springboot Registration Login Theperfectexample
Login & Signup tutorial for every website ,mixes a lot of microservices together with the latest spring framework api in combined with full security
Stars: ✭ 89 (+85.42%)
Mutual labels:  spring-framework
Spring Context Support
An internal support project for spring-context in Alibaba
Stars: ✭ 109 (+127.08%)
Mutual labels:  spring-framework
Pf4j Spring
Plugin Framework for Spring (PF4J - Spring Framework integration)
Stars: ✭ 165 (+243.75%)
Mutual labels:  spring-framework
Rqueue
Rqueue aka Redis Queue [Task Queue, Message Broker] for Spring framework
Stars: ✭ 76 (+58.33%)
Mutual labels:  spring-framework
logback-access-spring-boot-starter
Spring Boot Starter for Logback-access.
Stars: ✭ 153 (+218.75%)
Mutual labels:  spring-framework
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (+54.17%)
Mutual labels:  spring-framework
Springbootwebapplicationstepbystep
Develop your first web application with Spring Boot Magic
Stars: ✭ 146 (+204.17%)
Mutual labels:  spring-framework
testing-spring-boot-applications-masterclass
🍃 Everything You Need to Know About Testing Spring Boot Applications
Stars: ✭ 185 (+285.42%)
Mutual labels:  spring-framework
spring-hateoas-siren
A library implementing Siren as a custom Spring HATEOAS hypermedia type. Siren is a hypermedia specification for representing entities.
Stars: ✭ 14 (-70.83%)
Mutual labels:  spring-framework
Awesome Spring
A curated list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem.
Stars: ✭ 186 (+287.5%)
Mutual labels:  spring-framework

Spring Boot

Provided here is a collection of sample code for Spring Boot. Some of the examples are written in Kotlin as the community is showing a great deal of interest for moving in that direction!

What is Spring Boot?

Spring Boot makes it ridiculously easy to build advanced software using Java and the Spring Framework. It's ecosystem consists of popular components like Spring Security, Spring Data, Spring Integration, Spring Batch, and much more.

Getting Started

The fastest way to get application running from scratch is to use http://start.spring.io. Select the options you want, download the zip file, unpack it and run with Maven or Gradle.

Spring Boot CLI is another great way to develop applications. You can perform all the same actions from the web interface directly within your terminal, along with a bunch of other cool things.

$ spring init --dependencies=web,data-jpa my-project
Using service at https://start.spring.io
Project extracted to '/Users/developer/example/my-project'

A purchased version of IntelliJ IDEA has advanced support for Spring providing similar features directly within the IDE.

Learning

The Spring Framework moves fast so it's important to stay up to date, here are a few ways.

If you've never followed the release of new content on the web, RSS feeds are great way to do that.

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].