GithubHelp home page GithubHelp logo

hhy5277 / awesome-spring-boot-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stunstunstun/awesome-spring-boot

0.0 1.0 0.0 10.08 MB

Code based and real world examples of Spring Boot and shiny things. ๐Ÿ˜

Java 98.58% TSQL 1.42%

awesome-spring-boot-1's Introduction

Awesome Spring Boot

Awesome Build Status Wercker Wercker Wercker

A curated list of amazingly examples of Spring Boot, resources and shiny things.

Contents

Tutorials

Afterwards Spring Boot works

Project Build Description
spring-boot-jdbc-example Gradle Integrating Spring Boot with JDBC
spring-boot-jpa-example Gradle Integrating Spring Boot with JPA
spring-boot-mybatis-example Gradle Integrating Spring Boot with myBatis
spring-boot-mybatis-multi-example Gradle Integrating Spring Boot with multiple datasources
spring-boot-mvc-example Gradle Integrating Spring Boot with Spring MVC

Download

$ git clone https://github.com/stunstunstun/awesome-spring-boot.git

DevOps

Prerequisite

Your operating system must have the JDK installed and it's recommended that you install the IDE to look up the source code.

Test

Check the test case with the @Test annotation.

$ gradlew test 

Build

Build the project and create executable jar and war files.

$ gradlew assemble 

It doesn't work? You should check execution permission.

$ chmod +x gradlew

Run

An example with spring-web-starter can be connected by Web Browser

$ gradlew :spring-boot-mvc-example:bootRun
GET http://localhost:8080/users

Spring Boot Features

Bootstrap By Spring Boot CLI

Install Spring Boot CLI

$ brew tap pivotal/tap
$ brew install springboot
$ spring --version

Create Project

$ spring init --build=gradle --java-version=1.8 --dependencies=data-jpa spring-boot-jpa-example

You can do it in yourself!

Spring Core

Spring Boot Test

Spring Data REST

Data Access

Logging

HTTP Client

Embedded Servlet Containers

Profiles

Actuator

Hotswapping

Deploy To AWS, Cloud Foundry

awesome-spring-boot-1's People

Contributors

stunstunstun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.