# boot-me **Repository Path**: phigey/boot-me ## Basic Information - **Project Name**: boot-me - **Description**: spring_boot_study - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-15 - **Last Updated**: 2025-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **Linux config jdk env variable** ```shell export JAVA_HOME=$HOME/.env/jdk1.8.0_291 export CLASSPATH=.:$JAVA_HOME/jre/lib/rt.jar:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar export PATH=$PATH:$JAVA_HOME/bin ``` **Linux config maven env variable** ```shell export MVN_HOME=$HOME/.env/apache-maven-3.6.3 export PATH=$PATH:$MVN_HOME/bin ``` **iBus 中文(智能拼音) 在idea全家桶中不能用** - 点击菜单 "Help | Edit Custom VM options..." - 添加 -Drecreate.x11.input.method=true 到最后一行 - 重启IDEA即可