JAVA: mudanças entre as edições
		
		
		
		Ir para navegação
		Ir para pesquisar
		
|  (→Feing) | |||
| Linha 42: | Linha 42: | ||
| =GIT/Projects= | =GIT/Projects= | ||
| *[https://github.com/eternnoir/graphvizapi GRAPHVIZ] | *[https://github.com/eternnoir/graphvizapi GRAPHVIZ] | ||
| *[https://github.com/OpenFeign/feign Feing] | |||
Edição das 18h08min de 3 de outubro de 2019
Study
Maven
mvn archetype:generate -DartifactId=teste -DgroupId=br.com.clusterlab -DinteractiveMode=false -DarchetypeArtifactId=maven-archetype-quickstart
JIB
Arguments
- JMXRemote
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=18001 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
- Change server port
java -jar target/HelloWorld-0.1.0.jar --server.port=8091
IDES
Spring
CLOUD SDK
JRE
JAVAWS
Disable security
C:\Program Files (x86)\Java\jre1.8.0_91\lib\security\java.security:
Remove MD5:
jdk.certpath.disabledAlgorithms
Remove SSLv3, RC4, and MD5withRSA:
jdk.tls.disabledAlgorithms