GitHub / abes-esr / licencesnationales-back
API REST de l'application de gestion des droits des Licences Nationales
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/abes-esr%2Flicencesnationales-back
Stars: 0
Forks: 0
Open issues: 1
License: other
Language: Java
Size: 2 MB
Dependencies parsed at:
44
Created at: over 4 years ago
Updated at: 3 months ago
Pushed at: 3 months ago
Last synced at: 7 days ago
Topics: api, docker, java, licencesnationales, spring
- actions/checkout v2 composite
- docker/metadata-action v3 composite
- actions/checkout v3 composite
- softprops/action-gh-release v1 composite
Dockerfile
docker
- maven 3-jdk-11 build
- rockylinux 8 build
- tomcat 9-jdk11 build
batch/pom.xml
maven
core/pom.xml
maven
- com.fasterxml.jackson.dataformat:jackson-dataformat-csv 2.5.3
- com.github.jgonian:commons-ip-math 1.32
- com.github.seancfoley:ipaddress 5.3.3
- com.h2database:h2
- com.oracle.database.jdbc:ojdbc8 21.3.0.0
- com.oracle.database.xml:xdb
- javax.validation:validation-api
- org.apache.commons:commons-csv 1.1
- org.apache.commons:commons-lang3 3.9
- org.apache.httpcomponents:httpclient 4.5.13
- org.apache.httpcomponents:httpmime 4.5.13
- org.springframework.boot:spring-boot-starter-data-jpa
- org.springframework.boot:spring-boot-starter-validation
- org.springframework.security:spring-security-core
pom.xml
maven
- org.springframework.boot:spring-boot-dependencies 2.5.12 import
- org.projectlombok:lombok 1.18.10 provided
- org.modelmapper:modelmapper 2.3.5
- org.springframework.boot:spring-boot-starter-log4j2
- org.springframework.boot:spring-boot-starter-web
- org.junit.jupiter:junit-jupiter 5.5.2 test
- org.mockito:mockito-core 3.9.0 test
- org.mockito:mockito-junit-jupiter 2.23.4 test
- org.springframework.boot:spring-boot-starter-test test
- org.springframework.security:spring-security-test 5.5.2 test
web/pom.xml
maven