摘要: public class ConfigTest { @PostConstruct public void testgfhd(){ System.out.println("-111"); }} public class Vd { @PostConstruct public void testdgg() 阅读全文
posted @ 2024-08-11 10:23 苏喂== 阅读(78) 评论(0) 推荐(0)
摘要: public enum UserStatus{ OK("0", "正常"), DISABLE("1", "停用"), DELETED("2", "删除"); private final String code; private final String info; UserStatus(String 阅读全文
posted @ 2024-07-22 13:17 苏喂== 阅读(3) 评论(0) 推荐(0)
摘要: spring: application: name: mall-config cloud: nacos: discovery: server-addr: 127.0.0.1:8848 # 环境 dev|test|prod|local profiles: active: dev #时间格式转换 jac 阅读全文
posted @ 2020-03-26 23:07 苏喂== 阅读(170) 评论(0) 推荐(0)
摘要: public class ListUtil { /** * 对list进行去重 * @param list * @return */ public static List removeRepeatList(List<T> list){ List<T> collect = (List<T>) list 阅读全文
posted @ 2020-03-26 23:05 苏喂== 阅读(322) 评论(0) 推荐(0)
摘要: @RequestMapping(value = "/list", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_UTF8_VALUE)public ResultMap getList(@RequestParam(v 阅读全文
posted @ 2020-03-26 22:55 苏喂== 阅读(139) 评论(1) 推荐(0)
摘要: public List<SysProductVo> listall(String condation, Integer proStatus, Integer audStatus, Integer id) { List<SysProductVo> sysProductVoList = sysProdu 阅读全文
posted @ 2020-03-26 22:44 苏喂== 阅读(458) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示