Skip to content

gridsuite/geo-data-server

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Sep 25, 2024
Jul 16, 2023
Apr 23, 2024
Sep 29, 2023
Dec 10, 2019
Sep 25, 2024
Jul 16, 2023
Sep 25, 2024

Repository files navigation

Geographical data

Actions Status Coverage Status MPL-2.0 License

Run integration tests

Please read liquibase usage for instructions to automatically generate changesets. After you generated a changeset do not forget to add it to git and in src/resource/db/changelog/db.changelog-master.yml

The old way to automatically generate the sql schema file (directly using hibernate) can still be used for debugging. Use the following command:

mvn package -DskipTests && rm -f src/main/resources/geoData.sql && java  -jar target/gridsuite-geo-data-server-1.0.0-SNAPSHOT-exec.jar --spring.jpa.properties.jakarta.persistence.schema-generation.scripts.action=create