gradle publication with pom.xml
publish with pom-dependencies to set plugins ... apply plugin: 'java' apply plugin: 'maven-publish' ... to…
Read Morepublish with pom-dependencies to set plugins ... apply plugin: 'java' apply plugin: 'maven-publish' ... to…
Read Morejava에서 x509 인증서(certificate)를 읽어온다. CertificateFactory fact = CertificateFactory.getInstance(“X.509”); FileInputStream is = new FileInputStream(“./lib/license/felice.pem”); result =…
Read More원격에서 JMX 정보를 제공하려 할 때 JMX정보를 제공할 포트를 개방해야 합니다. 점검해야 할 부분은 아래와…
Read MoreHow to copy from ByteBuffer to String 1. Simple but not exactly right simply create…
Read Morehibernate jpa 를 사용할 때 table과 field값에 대한 naming convention을 지정할 수 있다. 자바객체와 DB에…
Read MoreTomcat SSL 설치 1. keystore파일 생성 keytool 유틸리티를 사용하여 인증서 생성 keytool을 사용하여 인증서를 생성하고…
Read MoreJAVA에서 SSL Client를 구현하고 인증서 없이 접근 할 수 있도록 구현한 예제 입니다. public class…
Read Morerequest.getAttribute(“javax.servlet.error.servlet_name”); 1 javax.servlet.error.status_codeThis attribute give status code which can be stored and analysed after storing…
Read More자바에서 사용하는 정규 표현 Pattern과 Matcher를 제대로 사용할 수 없어, 아래와 같은 자료를 찾아 유용히…
Read More화면에서 많은 내용이 담긴 페이지를 작업할 때 그냥 프린트하면 화면전체가 프린트돼 제대로 나오지 않는 경우가…
Read More