CIM (Cross-platform Instant Messaging) is a Java-based instant messaging framework.
- Minimum JDK Version: JDK 17
- Build Tool: Maven
- Spring Boot Version: 3.3.0
Before running compile or test commands, set the correct JDK version:
export JAVA_HOME=$JAVA_17_HOMEJAVA_17_HOME is defined in ~/.zshrc.
mvn clean compilemvn testmvn clean package -DskipTestsmvn clean install- Checkstyle code style checks run automatically during Maven's
validatephase - Ensure code passes Checkstyle checks before committing