Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 649 Bytes

DeveloperNotice.md

File metadata and controls

40 lines (18 loc) · 649 Bytes

VCS: git
Dependency Management:maven
IDE:IntelliJ IDEA Community

setting IDE code style:
import dble_IntelliJ.xml into IntelliJ

codestyle

Checkstyle Plugin: check before commit

setting:
checkstyle

FindBugs-IDEA(Now its name is SpotBugs):check before commit

setting:
findbugs

copy config files to target before build( FOR windows )

copyResource1

copyResource2

cor opy config files to target before build( FOR macOS )

copyResource3

copyResource4