Skip to content
Snippets Groups Projects
Commit 89da7b2b authored by Joakim Røren Melum's avatar Joakim Røren Melum
Browse files

removed job scheduling from header

parent 1ed2ee5f
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,6 @@ IMPORTANT! Please make sure that:
## Crontab
## Crontab / Job Scheduling
### 1. To make sure the application automaticly starts when the server itself starts, open terminal, type "crontab -e" and click enter. Insert the following:
**@reboot java -jar -Dserver.port=8080 pathToJar/*.jar -spring.datasource.username=userNameToDataSource -spring.datasource.password=passwordToDatasource -spring.datasource.url=jdbc:mysql://ipAdress:databasePort/databaseName*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment