# spring-learning **Repository Path**: lewislk/spring-learning ## Basic Information - **Project Name**: spring-learning - **Description**: spring framework学习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring 入门 ## 注意事项 需要在 pom 中添加如下配置,否则会报错 applicationContext.xml 找不到 ``` ... src/main/java **/*.properties **/*.xml false ... ```