Giter Club home page Giter Club logo

spring-boot-tcsa's Introduction

About

Source Code and materials for "Spring Boot…​tweeting complete Spring applications since 2013". To run the samples import the project into Spring Tool Suite 3.5.

Running with Maven

To run the application in place use

$ cd demo
$ mvn clean spring-boot:run

To create an executable war that can also be deployed to a container use

$ cd demo
$ mvn clean package
$ java -jar target/demo-0.0.1-SNAPSHOT.war

Running in the IDE

The following provides information on setting up a development environment that can run the sample in [Spring Tool Suite 3.5.0+](http://www.springsource.org/sts). Other IDE’s should work using Maven’s IDE support, but have not been tested and do not have some of extras demonstrated in the presentation.

  • IDE Setup

  • Install Spring Tool Suite 3.5.0+

  • Importing the project into Spring Tool Suite

  • Ensure to import both the demo module and the rest-mvc-autoconfiguration module

  • File→Import…​→Maven Project

  • Right click on demo/src/main/java/demo/Application.java and select Run As→Java Application

Exploring the application

Note
The Accept and Content-Type headers should be set to "application/json"

spring-boot-tcsa's People

Stargazers

Tim Spann 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.