Name | Modified | Size | Downloads / Week |
---|---|---|---|
Requel War | 2009-07-01 | ||
Documentation | 2009-06-29 | ||
OldFiles | 2009-04-18 | ||
Requel.xml | 2018-02-08 | 25.6 kB | |
README.md | 2018-02-04 | 1.1 kB | |
Requel-1.0.1.jar | 2018-02-04 | 581.5 MB | |
Totals: 6 Items | 581.6 MB | 1 |
New Executable Jar for Easy Running
The new jar release Requel-1.0.1.jar is much easier to use. It has an embedded tomcat web server so you only need to have a MySQL database running. Just pass database settings and port if 8080 is not available:
Pass in the database setting parameters like this:
- jdbc url --spring.datasource.url=<url>
- username --spring.datasource.username=<username>
- password --spring.datasource.password=<password>
Optionally pass the service port like this:
- port --server.port=<portnumber>
Example command
java -jar Requel-1.0.1.jar --spring.datasource.url=jdbc:mysql://localhost:3306/requeldb?createDatabaseIfNotExist=true --spring.datasource.username=root --spring.datasource.password=password --server.port=8081
Then access the app http://localhost:8081/
login to the application as admin user with password admin.
Note
The language analysis is fixed, but new Stanford CoreNLP mode files are huge and doubled the size of the jar to almost 600Mbytes.