rodrigopaulino / remote-unzip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remote-unzip

The purpose of this project is to retrieve documentation from hotfix/fixpack without having to download the entire zip file.

How to run the service

  • Set up the liferayAuthURL and fixpacksBaseURL with prefix sopapo on src/main/resources/application.properties
  • Run gradle bootRun

(To know more about configuration properties please see: https://www.baeldung.com/configuration-properties-in-spring-boot)

How to run tests

  • Set up username and password with prefix patcher on src/test/resource/test.properties
  • Run gradle bootRun to start server
  • Run gradle test to run tests

How to build Docker image

  • Run gradle buildDocker -x test

About


Languages

Language:Java 98.7%Language:Dockerfile 1.3%