Skip to content

kotlin‐web‐spring‐boot‐3

Lam Ngoc Khuong edited this page Nov 1, 2023 · 5 revisions

kotlin-web-spring-boot-3

Features

  • I18n & L10n
    • Configure the default locale and show messages by the locale
    • Change the locale by the request header (Accept-Language)
  • Exception Handling
  • Logging:
    • Logback
    • Use a unique token (client ID) for request, and add the token to the response header (by MDC)
    • Log request info (able to enable/disable)
    • Log response info (able to enable/disable)
    • Log response time for each APIs (able to enable/disable)

Pages

Home

Projects

Help

Development Process

Working with Git branches

Clone this wiki locally