JAVA: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Linha 40: | Linha 40: | ||
*[https://github.com/OpenFeign/feign Feing] | *[https://github.com/OpenFeign/feign Feing] | ||
*[https://github.com/GoogleContainerTools/jib JIB] | *[https://github.com/GoogleContainerTools/jib JIB] | ||
*[https://github.com/Azure/azure-sdk-for-java azure-sdk-for-java] |
Edição das 18h10min de 3 de outubro de 2019
Study
Maven
mvn archetype:generate -DartifactId=teste -DgroupId=br.com.clusterlab -DinteractiveMode=false -DarchetypeArtifactId=maven-archetype-quickstart
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
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