Technology Blog

the technology I am interested in and work with

Tuesday, June 11, 2013

Skip cobertura coverage check when skip unit test

›
After I introduced embedded mysql for unit testing to my project, the build is taking longer now.  For my local development, sometimes I wa...
3 comments:
Monday, June 10, 2013

Using embedded mysql database for unit test with maven and spring

›
I used H2 in memory database to unit test my DAO.  However, my production database is MySQL. Generally, H2 is compatible with MySQL.  Howev...
12 comments:
Monday, June 3, 2013

Example for enabling CORS support in Spring Rest Api 3.2

›
My last year's post " Enable CORS support in REST services with Spring 3.1 " seems causing some confusion.  I decided to creat...
5 comments:
Wednesday, May 15, 2013

Add an existing project to a newly created git repository

›
I recently created a project on my local machine using maven archetype.  See my previous post on how to generate a new project from install...
Tuesday, April 9, 2013

Riak: configure memory_backend

›
Riak supports several backends: 1. bitcask 2. memory 3. leveldb 4. multi My recent project required me to use memory backend.  I have ...
Thursday, February 14, 2013

eclipse JUNO hangs on start up

›
I use Eclipse JUNO every day.  However, I couldn't start it today after I restart my Mac.  Mac updated with Microsoft 2011 so I have to ...
Friday, December 7, 2012

my shell script cheat sheet

›
1. find the total line number of a fold for some files: find test -iname *.java | xargs wc -l | tail -1 2. count # of files in each fold...
‹
›
Home
View web version
Powered by Blogger.