Spring-boot app using hibernate-jpa,spring data and a treeview bootstrap to build and visualize a multilingual database (for equivalences), can be used for example for making a web site multilingual
- Set up your database access in .. config/DatabaseConfig::dataSource1()
- To build the database tables, start the application (mvn package spring-boot:run) with property spring.jpa.hibernate.ddl-auto set to create in 'application.properties' file
- After startup, build the language table from language.sql
- Restart with validate option for spring.jpa.hibernate.ddl-auto
- go to http://localhost:8080, enter the first domain before entering text and enjoy !
Note : Since commit v0.3.5 the application is multidatabases session access based for jpa