摘要: 依赖包: 配置文件application.properties: model: 1 package org.springboot.model; 2 3 /** 4 * @Auther:GongXingRui 5 * @Date:2018/12/24 6 * @Description: 7 **/ 8 阅读全文
posted @ 2018-12-28 11:03 星瑞 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 1 package org.springboot.controller; 2 3 import org.springboot.constant.Constant; 4 import org.springframework.stereotype.Controller; 5 import org.springframework.web.bind.annotation.RequestM... 阅读全文
posted @ 2018-12-28 10:57 星瑞 阅读(1535) 评论(0) 推荐(0) 编辑
摘要: 1 package org.springboot.controller; 2 3 import org.apache.logging.log4j.LogManager; 4 import org.apache.logging.log4j.Logger; 5 import org.springboot.constant.Constant; 6 import org.springf... 阅读全文
posted @ 2018-12-28 10:56 星瑞 阅读(247) 评论(0) 推荐(0) 编辑