Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 374 Bytes

tc-online-review-persistence

All components for tc online review

prerequisites

  • java 8
  • maven

install libs

Run ./install-third-dep.sh to install the libs into maven store

package all components

  • run mvn clean package -Dhttps.protocols=TLSv1.2 -DskipTests

install all components

  • run mvn clean install -Dhttps.protocols=TLSv1.2 -DskipTests