Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daggerok/spring-web-duration
- Owner: daggerok
- Created: 2022-05-05T23:24:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T14:00:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T15:35:25.168Z (3 months ago)
- Topics: duration, error-attributes, error-handling, error-page, error-pages, mustache, spring-boot, spring-error-attributes, spring-mustache, spring-mvc, spring-thymeleaf, spring-webflux, thymeleaf
- Language: Kotlin
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)