Giter Site home page Giter Site logo

magical-beans-and-mystery's Introduction

Demo Application for the Magical Beans and Mystery Talk

Slides

Spring Framework Web MVC example

./gradlew assemble -p spring-framework-web-app
docker run -d -p 8080:8080 -v $(pwd)/spring-framework-web-app/build/libs/spring-framework-web-app-1.0-SNAPSHOT.war:/usr/local/tomcat/webapps/ROOT.war tomcat:latest

Open http://localhost:8080/api/v1/recipes in your browser.

Spring Framework Data access example

./gradlew assemble -p spring-framework-data-access
(cd spring-framework-data-access  && docker compose up)

Open http://localhost:8080/api/v1/recipes in your browser.

Spring Boot example

./gradlew bootRun -p spring-boot

or

./gradlew assemble -p spring-boot
(cd spring-boot && docker compose up)

Open http://localhost:8080/api/v1/recipes in your browser.

Spring Security

Uncomment the spring-boot-starter-security in build.gradle and restart the application. If you open http://localhost:8080/api/v1/recipes in your browser, a login form for basic auth should appear. The default username for basic auth with Spring Security is "user", the password is random and is available in the application logs.

magical-beans-and-mystery's People

Contributors

timosalm avatar

Stargazers

WeiLi avatar rodolfodpk avatar

Watchers

tiffany jernigan avatar  avatar

Forkers

tiffanyfay xexes

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.