Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)