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

https://github.com/josdem/spring-boot-internationalization

How to implement Internationalization in a Spring Boot Project
https://github.com/josdem/spring-boot-internationalization

internationalization junit5 mockito spring-boot-2

Last synced: 10 months ago
JSON representation

How to implement Internationalization in a Spring Boot Project

Awesome Lists containing this project

README

          

Spring Boot Internationalization
----------------------------------------

How to implement Internationalization in a Spring Boot Project

#### To run the project

```bash
gradle bootRun
```

#### To test the project

```bash
gradle test
```
#### Read this as reference:

* https://josdem.io/techtalk/spring/spring_boot_internationalization/