Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/mvc-blog
Using commonmark, thymeleaf and spring-boot to build MVC markdown blog
https://github.com/daggerok/mvc-blog
commonmark commonmark-java markdown mvc spring-mvc spring-thymeleaf thymeleaf thymeleaf-java thymeleaf-layout thymeleaf-template-engine
Last synced: about 1 month ago
JSON representation
Using commonmark, thymeleaf and spring-boot to build MVC markdown blog
- Host: GitHub
- URL: https://github.com/daggerok/mvc-blog
- Owner: daggerok
- Created: 2020-04-30T18:11:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T13:38:33.000Z (almost 5 years ago)
- Last Synced: 2024-11-11T15:38:56.872Z (3 months ago)
- Topics: commonmark, commonmark-java, markdown, mvc, spring-mvc, spring-thymeleaf, thymeleaf, thymeleaf-java, thymeleaf-layout, thymeleaf-template-engine
- Language: Kotlin
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVC blog [![CI](https://github.com/daggerok/mvc-blog/workflows/CI/badge.svg)](https://github.com/daggerok/mvc-blog/actions?query=workflow%3ACI)
Using commonmark, thymeleaf and spring-boot to build MVC markdown blog## resources
* [Thymeleaf unescaped html](https://www.baeldung.com/spring-thymeleaf-3#example)
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.3.0.M4/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.3.0.M4/maven-plugin/reference/html/#build-image)
* [Coroutines section of the Spring Framework Documentation](https://docs.spring.io/spring/docs/5.2.5.RELEASE/spring-framework-reference/languages.html#coroutines)
* [Spring Configuration Processor](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#configuration-metadata-annotation-processor)
* [Spring Data R2DBC](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/html/spring-boot-features.html#boot-features-r2dbc)
* [Thymeleaf](https://docs.spring.io/spring-boot/docs/2.2.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-template-engines)
* [Acessing data with R2DBC](https://spring.io/guides/gs/accessing-data-r2dbc/)
* [Handling Form Submission](https://spring.io/guides/gs/handling-form-submission/)
* [R2DBC Homepage](https://r2dbc.io)