随笔分类 - spring学习笔记
摘要:1.资源地址及使用说明 https://search.maven.org/artifact/com.github.tocrhz/mqtt-spring-boot-starter/1.2.7/jar 2. POM <dependency> <groupId>com.github.tocrhz</gro
阅读全文
摘要:1. 系统目录结构 2. 资源配置文件逻辑 /HRM_SSM/resource/applicationContext.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/sch
阅读全文
摘要:1.步骤线路图 2.可以复制的代码 申明空间 1 <beans xmlns="http://www.springframework.org/schema/beans" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xmlns:co
阅读全文