Wiki

Clone wiki

adit-adapter / Home

For building xroad jar and source code: https://bitbucket.org/smitdevel/j-road/downloads/

Deployment plan:

https://www.baeldung.com/spring-boot-app-as-a-service

Local linux server deployment:
1. Make conf dir: /app/adit/config;
2. Copy xroad.properties and xroad-adit.properties to conf dir;
3. upload adir-adapter-1.0.0.jar to server;
4. Run jar: java -jar adit-adapter-1.0.0.jar
5. Use for testing SOAP-UI rest project. WADL url: http://localhost:8090

NB! JAR contains application.properties with params:

server.port = 8090

  1. For Live ADIT service:
    adit.service.name=Delta
    adit.xroad.properties.path=/app/adit/config/

Updated