spring boot bootRun argument
spring boot bootRun argument $ ./gradlew bootRun --args='--spring.profiles.active=dev'
Read Morespring boot bootRun argument $ ./gradlew bootRun --args='--spring.profiles.active=dev'
Read Morepublish with pom-dependencies to set plugins ... apply plugin: 'java' apply plugin: 'maven-publish' ... to…
Read More한글이 풀어쓰기 현상은 특정 폰트가 사용되어서 발생하는 경우가 있다 fedora의 경우 “google-droid-sans-fonts” 를 삭제하면 풀어쓰기…
Read Moreip route add 172.17.19.0/24 via 10.8.0.13
Read Moreyum install –y epel-releaseyum install update -yyum install -y openvpnopenvpn –config /경로/클라이언트명.ovpn
Read MoreURL url = ${TARGET_CLASS}.class.getProtectionDomain().getCodeSource().getLocation();
Read Morejava에서 x509 인증서(certificate)를 읽어온다. CertificateFactory fact = CertificateFactory.getInstance(“X.509”); FileInputStream is = new FileInputStream(“./lib/license/felice.pem”); result =…
Read Moresigned jar파일에서 인증서(certificate)를 읽어온다. X509Certificate result = null; try { //InputStream in = X509Certificate.class.getResourceAsStream(“classpath:META-INF/xxxxx.RSA”); InputStream…
Read More1. generate ssh on remote -host and copy it on server ex> prompt>ssh-keygen -t rsa…
Read MoreCentos partition 확장 (Extend) on VMvm환경에서 디스크를 확장할 경우 VM콘솔에서 디스크 할당 영역을 확장 후…
Read More