摘要:
依赖包: 配置文件application.properties: model: 1 package org.springboot.model; 2 3 /** 4 * @Auther:GongXingRui 5 * @Date:2018/12/24 6 * @Description: 7 **/ 8 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文