Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/spring-web-duration

Serialize Duration type with Spring
https://github.com/daggerok/spring-web-duration

duration error-attributes error-handling error-page error-pages mustache spring-boot spring-error-attributes spring-mustache spring-mvc spring-thymeleaf spring-webflux thymeleaf

Last synced: about 1 month ago
JSON representation

Serialize Duration type with Spring

Awesome Lists containing this project

README

        

# Spring Web consumes Duration type

```bash
./mvnw clean ; ./mvnw -f spring-web compile spring-boot:start
http post http://0.0.0.0:8001 name=Maksimko
./mvnw -f spring-web spring-boot:stop
```

### RTFM
* https://docs.spring.io/spring-boot/docs/current/reference/html/web.html#web.reactive.webflux.error-handling.error-pages
* https://betacode.net/11801/spring-boot-and-mustache
* [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.6.7/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.6.7/maven-plugin/reference/html/#build-image)
* [Coroutines section of the Spring Framework Documentation](https://docs.spring.io/spring/docs/5.3.19/spring-framework-reference/languages.html#coroutines)
* [Spring Reactive Web](https://docs.spring.io/spring-boot/docs/2.6.7/reference/htmlsingle/#web.reactive)
* [Spring Web](https://docs.spring.io/spring-boot/docs/2.6.7/reference/htmlsingle/#boot-features-developing-web-applications)
* [Spring Configuration Processor](https://docs.spring.io/spring-boot/docs/2.6.7/reference/htmlsingle/#configuration-metadata-annotation-processor)
* [Building a Reactive RESTful Web Service](https://spring.io/guides/gs/reactive-rest-service/)
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)