Code Monkey home page Code Monkey logo

spring-boot's Introduction

spring-boot

List of Spring Boot Tutorials

N|Solid

Examples

1. Spring boot 2 hello world example

The [spring-boot-helloworld] sample demonstrates the bare minimum configuration for getting started with Spring boot 2 with maven examples with basic REST controller.

2. Test Spring boot components with Junit 5

The [Spring-boot-junit5-test-example] example to integrate Spring boot 2 and Junit 5 with Maven and writing tests to test the Spring components and a simple REST controller.

3. Spring boot email templete with Thymeleaf

The [junit5-displayNames-example] Example to send an email using Spring boot 2 + gmail SMTP + Thymeleaf html template with an attachment and inline image.

4. Lombok Spring Boot Example

An example to start working with Lombok and Spring boot together.

5. Spring Boot H2 in-memory Example

An example with Spring Boot + H2 + JPA example.

6. Deploy Spring Boot application in docker

A quick guide on how to deploy Spring Boot Application in Docker.

spring-boot's People

Contributors

dependabot[bot] avatar javabydeveloper avatar satishvarma1818 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

spring-boot's Issues

The application does not run

It fails with the following error "Caused by: java.io.FileNotFoundException: Could not open ServletContext resource " though the resource exists.Please help

Cannot find template

I'm trying to run the example for send email with a template but thymeleaf cannot find it I allways get this error:

... Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/templates/forgot-password.html] at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:159) ~[spring-web-5.3.2.jar:5.3.2] at org.thymeleaf.spring5.templateresource.SpringResourceTemplateResource.reader(SpringResourceTemplateResource.java:103) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:223) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] ... 102 common frames omitted

Missing type for CREDS_ID

In one-to-one-mapping.sql, you have CREDS_ID null. This should be CREDS_ID int null.

Causes the mapping between user and credential to not work otherwise.

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.