Code Breeze !
Pages
(Move to ...)
▼
Wednesday, December 26, 2018
Pitfall when using hibernate + date in entity
›
It’s a frequently encountered pitfall when using hibernate, also has entity with properties type defined as java.util.Date. In short, altho...
Saturday, December 22, 2018
Several useful cases for maven plugin “dependency”
›
The maven dependency plugin is very handy when trying to deal with following questions: What are the external artifacts involved in a maven ...
Sunday, March 12, 2017
How to security a website in public key infrastructure (PKI) – Basic Concept
›
Let’s suppose you are a owner of a website, which has domain name www.shengw.com Here is the flow and it’s basic idea behind it. CA’s ...
Saturday, March 11, 2017
Use Fiddler to debug https request from java application
›
Fiddler is a very handy tool for http related debug. After starting, it automatically start to capture any http request go through system p...
Use Fidder to debug http request from java application
›
Fiddler is a very handy tool for http related debug. After starting, it automatically start to capture any http request go through system p...
Spring RestTemplate useful hints
›
RestTemplate a widely used client tool from Spring framework. Here are some useful hints when using Spring RestTemplate. How to use basic ...
Friday, August 19, 2016
Jersey in spring boot – Hello world example
›
Simply speaking: J AX-RS , namely Java API for RESTful Service, is from JSR 311 (obsolete) and JSR 339 (download here). Jersey is an re...
2 comments:
›
Home
View web version