This repo is for blog source code.
tool | version |
---|---|
Java | 17+ |
Maven | 3.8+ |
Spring | 2.7.0- |
git clone [email protected]:yoa1226/blogs.git
build and run test whole project
mvn clean package
build and run test specify module
mvn test -Dtest=testname -pl subproject