# test_java_introduction **Repository Path**: irontec/test_java_introduction ## Basic Information - **Project Name**: test_java_introduction - **Description**: 【编程练习】Java入门 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-16 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 【编程练习】Java入门 ==== # About * Maven/Gradle工程构建测试. * 常用包使用测试. # Notes ## Intellij IDEA import Import project from external model, 如果选择导入为Gradle, 在导入完成后, 必须启用注解处理. 否则IDEA自动构建时可能无法正确处理注解. 具体设置如下: 1. `File`->`Settings...`: 2. `Build,Execution,Deployment` -> `Compiler`->`Annotation Processors`: 3. `Enable annotation processing`