Skip to content

hunnor-dict/web-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

409 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Quality Gate Status Known Vulnerabilities

The web application of the dictionary at https://dict.hunnor.net.

Usage

The dictionary is a Spring Boot application. To run the application locally, package the source code with Maven and simply run the fat JAR file with java -jar.

Configuration parameters are supplied on the command line. For example, to specify the Solr server URL, use --net.hunnor.dict.client.search.solr.url=http://solr:8983/solr.

For a list of available parameters, other than those specified by Spring Boot, and their default values, see src/main/resources/hunnor.properties.

To run the application with Docker, either build the image locally or use the official hunnordict/web-spring image. To supply configuration parameters, simply append the parameters to the docker run command:

docker run --name web-spring --publish 8080:8080 hunnordict/web-spring --net.hunnor.dict.client.search.solr.url=http://solr:8983/solr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors