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
- Host: GitHub
- URL: https://github.com/josdem/spring-boot-internationalization
- Owner: josdem
- Created: 2016-06-06T18:16:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T23:58:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T15:52:28.815Z (12 months ago)
- Topics: internationalization, junit5, mockito, spring-boot-2
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/