You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-bootstrap-samples/spring-bootstrap-trad-sample
Dave Syer 53078c320e [bs-118], [bs-119]: add UI builder features
* MessageSource created automatically (location
spring.messages.basename:messages)
* Thymeleaf configured automatically to look for
templates in classpath:/templates
* Added static resource handlers for classpath:/static
and classpath:/

[Fixes #49832165] [bs-118] Support for thymeleaf templates
12 years ago
..
src [bs-118], [bs-119]: add UI builder features 12 years ago
README.txt Fast forward existing prototype work 12 years ago
pom.xml Bump version to 0.5.0.BUILD-SNAPSHOT 12 years ago

README.txt

This is a simple template for creating issue reproduction projects per
the README.markdown file in the root of this repository (and at
https://github.com/cbeams/spring-framework-issues#readme).  Please read
that document completely before starting.

As described at the link above, copy this project to a new directory
having the same name as the JIRA issue you're trying to reproduce and
edit from there.

Both Gradle (build.gradle) and Maven (pom.xml) build scripts are
included for your convenience and choice.  Once you've created your
copy of this directory, delete whichever build script you don't wish
to use, and then edit the remaining one to suit your needs.

Note that this project contains a log4j.properties file in
src/test/resources that you may wish to configure to emit more detailed
logging.  The log level for org.springframework is set to WARN by default.