Giter Site home page Giter Site logo

agilemobiledev / spring-boot-master-auto-configuration Goto Github PK

View Code? Open in Web Editor NEW

This project forked from snicoll/spring-boot-master-auto-configuration

0.0 3.0 0.0 73 KB

Sample application used during the "Master Spring Boot auto-configuration" talk

Java 100.00%

spring-boot-master-auto-configuration's Introduction

Master Spring Boot auto-configuration

This is the sample app used during the Master Spring Boot auto-configuration talk.

This repository contains one commit per step to reach a complete auto-configuration. Refer to the commit messages for more information on what each step does.

Note
The slides of the session are available on speackerdeck.

Building and running

Some of these steps require a local HornetQ installation. You can download HornetQ from the official web site.

You can start with a basic example that uses Spring Boot’s HornetQ support with the following command in this repository:

git checkout 7ef8191
Note

This demo requires a testQueue to be created in your local broker. To do so, open the hornetq-jms.xml configuration file and add the following entry:

<queue name="testQueue">
    <entry name="/queue/testQueue"/>
</queue>

Once you reach the point where the official HornetQ support is removed, you can either checkout snicoll/auto-config-demo and build that locally (mvn clean install) to get a customized 1.2.4-BUILD.SNAPSHOT) or exclude the HornetQAutoConfiguration (see DemoApplication).

spring-boot-master-auto-configuration's People

Contributors

snicoll avatar

Watchers

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