Internationalization in Spring MVC

Internationalization is a feature of modern web applications, capable of displaying interfaces in multiple languages from different countries. For example, if your web application can display English, Vietnamese, German, Korean, Japanese, then users who know one of these languages can choose the language they are… Read More

Database migration using Liquibase

Database migration, also known as version control for the database, is the job of managing information and structuring the database in a versioning style. For example, you are developing a student management application that uses a database, the first release of this application you need… Read More