# yexuejc-springboot-simple ### 说明 >本工程是yexuejc-springboot的使用示例,新接入请参考本工程 #### 什么都不用
直接新建一个springboot工程 pom.xml 配置 ``` 4.0.0 com.yexuejc.springboot yexuejc-springboot-parent 1.2.1 top.yexuejc yexuejc-springboot-simple 0.0.1 yexuejc-springboot-simple 测试工程 1.8 com.yexuejc.springboot yexuejc-springboot-base 1.2.1 org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-test test org.springframework.boot spring-boot-maven-plugin ```
#### 使用多端登录 参考[使用多端登录](../springboot-security-login-simple/README.md)