Skip to content
Snippets Groups Projects
Commit e5fd7358 authored by Alfredo Chissotti's avatar Alfredo Chissotti
Browse files

il domain verifica il token correttamente; da fare: controllare connessione cloudapp tcp/http

parent 3f65d34c
Branches
No related tags found
No related merge requests found
Showing
with 14 additions and 3 deletions
......@@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<filteredResources>
<filter>
<id>1662279422136</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
{"soglia":50,"stato":0,"valore":0,"tempoAllarme":"2022-08-20T11:10:43.935981"}
{"soglia":50,"stato":0,"valore":0,"tempoAllarme":"2022-08-20T11:10:43.935981"}
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
#!/bin/bash
javac -cp .:./org.json-1.0.0.v201011060100.jar:./fusionauth-jwt-4.2.0.jar:./sqlite-jdbc-3.36.0.3.jar -d bin src/code/* src/db/*
javac -cp .:./org.json-1.0.0.v201011060100.jar:./fusionauth-jwt-5.2.1.jar:./sqlite-jdbc-3.36.0.3.jar:./jackson-databind-2.13.3.jar:./jackson-core-2.13.3.jar:./jackson-annotations-2.13.3.jar -d bin src/code/* src/db/*
echo 'domain compiled'
cd bin
java -classpath .:../org.json-1.0.0.v201011060100.jar:../fusionauth-jwt-4.2.0.jar:../sqlite-jdbc-3.36.0.3.jar code.Domain $1
java -classpath .:../org.json-1.0.0.v201011060100.jar:../fusionauth-jwt-5.2.1.jar:../sqlite-jdbc-3.36.0.3.jar:../jackson-databind-2.13.3.jar:../jackson-core-2.13.3.jar:../jackson-annotations-2.13.3.jar code.Domain $1
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment