Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples: Add Spring Boot sample #167

Closed
tjuerge opened this issue Jan 3, 2015 · 3 comments
Closed

Examples: Add Spring Boot sample #167

tjuerge opened this issue Jan 3, 2015 · 3 comments
Assignees
Milestone

Comments

@tjuerge
Copy link
Member

tjuerge commented Jan 3, 2015

With Spring Boot the Spring Team provides an excellent tool for boot-strapping new Spring projects in no-time - may it from within the command line, IDE or web browser. This tool helps Spring developers picking the right dependencies and configuring the application properly. It creates stand-alone Spring applications (including an optional web container) which can be executed from command line via java -jar or deployed as WAR.

Sculptors REST Tutorial is a very good starting point for creating a Sculptor example which uses Spring Boot, Spring Java Config #166 and Thymeleaf HTML presentation #165.

Currently there's no Sculptor Maven archetype for generating a Sculptor project with Spring Boot support. So the springboot-example is implemented manually.

@rmswalsh
Copy link

This suggests that the REST tutorial is a good demo of Sculptor with Spring Boot.

However having created the project from the archectype the REST project does not reference Spring Boot at all.

@tjuerge
Copy link
Member Author

tjuerge commented Jul 15, 2015

However having created the project from the archectype the REST project does not reference Spring Boot at all.

Yes, that's intended (#166 and the yet to be created ticket for updating the Maven archetypes) need to be fixed first :-).

@tjuerge
Copy link
Member Author

tjuerge commented Jul 15, 2015

This suggests that the REST tutorial is a good demo of Sculptor with Spring Boot.

You're right. So I changed the description as follows:

Sculptors REST Tutorial is a very good starting point for creating a Sculptor example which uses Spring Boot, Spring Java Config #166 and Thymeleaf HTML presentation #165.

Currently there's no Sculptor Maven archetype for generating a Sculptor project with Spring Boot support. So the springboot-example is implemented manually.

tjuerge added a commit that referenced this issue Aug 10, 2019
…d xml config and disables Spring Boot's database-related auto-config
tjuerge added a commit that referenced this issue Aug 10, 2019
Starting with Thymeleaf 3 the templates are not strict xhtml anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants