| | |
| | | @GetMapping({"/api/wx/findBaiDuGuiJi"}) |
| | | |
| | | R findBaiDuGuiJi(String tagid, String start, String end, String layer) throws ParseException { |
| | | String output = tagid.toUpperCase();//å°å°ååæ¯è½¬æå¤§å忝 |
| | | R response ; |
| | | response = new R(StatusCode.Success); |
| | | new ArrayList(); |
| | | List gui; |
| | | if (layer.equals("é»è®¤å°å¾")) { |
| | | gui = this.gpsGuiJiService.findGuiJi(tagid, start, end); |
| | | gui = this.gpsGuiJiService.findGuiJi(output, start, end); |
| | | } else { |
| | | gui = this.gpsGuiJiService.findGuiJiFloor(tagid, start, end, layer); |
| | | gui = this.gpsGuiJiService.findGuiJiFloor(output, start, end, layer); |
| | | } |
| | | |
| | | List<TbMarsHomeset> disTime = this.marsHomeSetService.findDistanceAndTime(); |
| | |
| | | package com.hxzkappboot.controller; |
| | | |
| | | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | |
| | | // String contentew = "ÐÑкÑÑваеÑÑÑ Ð·Ð°Ð±Ð¾Ñ, коÑоÑÑй назÑваеÑÑÑï¼"+fence.getName(); |
| | | // SystemLogController.InsertSystemLog(user.getUsername(),gettime(),content,contentew); |
| | | } |
| | | |
| | | @GetMapping("/api/wx/FenceGuanBi") |
| | | public void fenceGuan(TbFence fence){ |
| | | // TbUser user = sessionManager.getCurrentUser(request); |
| | |
| | | // String contentew= "ÐакÑÑли забоÑ, коÑоÑÑй назÑваеÑÑÑï¼"+fence.getName(); |
| | | // SystemLogController.InsertSystemLog(user.getUsername(),gettime(),content,contentew); |
| | | } |
| | | |
| | | public static double ublox_d2dm(double deg) { |
| | | double deg0 =Math.floor(deg); |
| | | double ddeg = deg-deg0; |
| | | double m = ddeg*60; |
| | | double ddmm = deg0*100+m; |
| | | return ddmm; |
| | | } |
| | | @PostMapping("/api/wx/submitper") |
| | | public R submitper(@Valid @RequestBody TbFence tbFence) { |
| | | R response ; |
| | |
| | | String shixiao = "23:59:59"; |
| | | String xieyi = ""; |
| | | if (Objects.equals(tbFence.getShape(), "åå½¢")){ |
| | | String[] zuobiao1 = tbFence.getZuobiao().split(":"); |
| | | double jingdu = ublox_d2dm(Double.parseDouble(zuobiao1[0])); |
| | | double weidu = ublox_d2dm(Double.parseDouble(zuobiao1[1].replace(";",""))); |
| | | String zuobiao = jingdu+";"+weidu; |
| | | // xieyi = "BSTOCS1,ADDFENCE," + layer + ","+weilanleixing+","+guanlianduixiang+","+quyumingcheng+","+sd+","+xingzhuang+","+shengxiao+","+shixiao+","+formattedDateTime+","+yanse+","+gao+",END"; |
| | | xieyi = "BSTOCS1,ADDFENCEYUAN,ç¾åº¦å°å¾" + ","+tbFence.getType()+","+tbFence.getBumen()+","+tbFence.getBanjing()+","+tbFence.getName()+","+tbFence.getZuobiao().split(":")[0] +";"+tbFence.getZuobiao().split(":")[0]+","+"åå½¢"+","+"00:00:00"+","+"23:59:59"+","+formattedDateTime+","+"红è²"+",END"; |
| | | xieyi = "BSTOCS1,ADDFENCEYUAN,ç¾åº¦å°å¾" + "," + tbFence.getType() + "," + tbFence.getBumen() + "," + tbFence.getBanjing() + "," + tbFence.getName() + "," + zuobiao + "," + "åå½¢" + "," + "00:00:00" + "," + "23:59:59" + "," + formattedDateTime + "," + "红è²" + ",END"; |
| | | }else{ |
| | | xieyi = "BSTOCS1,ADDFENCE,ç¾åº¦å°å¾,"+tbFence.getType()+","+tbFence.getBumen()+","+tbFence.getName()+","+tbFence.getZuobiao()+","+tbFence.getShape()+","+shengxiao+","+shixiao+","+formattedDateTime+","+"红è²"+","+tbFence.getBaoliu1()+",END"; |
| | | } |
| | | System.out.println(xieyi); |
| | | Udp_Out.udp_to_cs(xieyi); |
| | | |
| | | QueryWrapper queryWrapper1= new QueryWrapper<>(); |
| | | // queryWrapper.eq("status","æªå¤ç"); |
| | | // if (objectid!=null){ |
| | | queryWrapper1.eq("name",tbFence.getName()); |
| | | |
| | | // ç»csä¼ å¼å»¶æ¶ä¸ç§ä¿®æ¹ä¿®æ¹csä¿åçå
容 |
| | | try { |
| | | Thread.sleep(1000); |
| | | |
| | | }catch (InterruptedException e){ |
| | | Thread.currentThread().interrupt(); |
| | | // logUtil.error("线ç¨ä¸æ"+e.getMessage()); |
| | | } |
| | | // queryWrapper.orderByDesc("addtime"); |
| | | |
| | | TbFence CompanyPage1 = tbPersonMapper.selectOne(queryWrapper1); |
| | | CompanyPage1.setCompany(tbFence.getCompany()); |
| | | CompanyPage1.setBaoliu1(tbFence.getBaoliu1()); |
| | | // if (CompanyPage1==null){ |
| | | // this.findfence(name); |
| | | // }else{ |
| | | TbFence gpsList = tbFenceService.updateFence(CompanyPage1); |
| | | // } |
| | | // |
| | | // this.findfence(tbFence.getName()); |
| | | } |
| | | |
| | | //ä¿åæ°æ®å°csçæ ¼å¼ |
| | |
| | | return response; |
| | | } |
| | | |
| | | public TbFence findfence( String name) { |
| | | |
| | | QueryWrapper queryWrapper1= new QueryWrapper<>(); |
| | | // queryWrapper.eq("status","æªå¤ç"); |
| | | // if (objectid!=null){ |
| | | queryWrapper1.eq("name",name); |
| | | |
| | | // } |
| | | // queryWrapper.orderByDesc("addtime"); |
| | | TbFence CompanyPage1 = tbPersonMapper.selectOne( queryWrapper1); |
| | | if (CompanyPage1==null){ |
| | | this.findfence(name); |
| | | }else{ |
| | | TbFence gpsList = tbFenceService.updateFence(CompanyPage1); |
| | | } |
| | | return CompanyPage1; |
| | | } |
| | | |
| | | } |
| | | |
| | |
| | | @GetMapping("/api/wx/findPerson") |
| | | public R findIdPerson(String name,String company) { |
| | | R response; |
| | | if (personService.findIdPerson(name,company) != null) { |
| | | String output = name.toUpperCase();//å°å°ååæ¯è½¬æå¤§å忝 |
| | | if (personService.findIdPerson(output,company) != null) { |
| | | response = new R(StatusCode.Success); |
| | | // String token = wechatService.getToken(loginRequest); |
| | | // tbUser1.setToken(token); |
| | | response.setData(personService.findIdPerson(name,company)); |
| | | response.setData(personService.findIdPerson(output,company)); |
| | | // return personService.findIdPerson(name); |
| | | } else { |
| | | response = new R(StatusCode.Fail); |
| | |
| | | } |
| | | |
| | | @GetMapping("/api/wx/acquisition") |
| | | public R acquisition(String baoliu3) { |
| | | public R acquisition(String baoliu3,String company) { |
| | | R response; |
| | | TbPerson tbPerson = personService.acquisition(baoliu3); |
| | | String output = baoliu3.toUpperCase();//å°å°ååæ¯è½¬æå¤§å忝 |
| | | |
| | | TbPerson tbPerson = personService.acquisition(output,company); |
| | | |
| | | if (tbPerson != null) { |
| | | if (Objects.equals(tbPerson.getBaoliu13(), "é«ç²¾åº¦") && Objects.equals(tbPerson.getPOnline(), "1")) { |
| | |
| | | TbUpappService tbUpappService; |
| | | |
| | | @GetMapping({"/api/wx/findTbUpapp"}) |
| | | public R findTbUpapp() throws ParseException { |
| | | public R findTbUpapp(String name) throws ParseException { |
| | | R response ; |
| | | TbUpapp appList = new TbUpapp(); |
| | | appList = tbUpappService.findTbUpapp(); |
| | | appList = tbUpappService.findTbUpapp(name); |
| | | response = new R(StatusCode.Success); |
| | | response.setData(appList); |
| | | return response; |
| | |
| | | String xieyi = "BSTOCS1,DELLWARN," +warning.getObjectid()+","+warning.getType()+",END"; |
| | | // String xieyi = "BSTOCS1,DELETEFENCE," + name + ",END"; |
| | | Udp_Out.udp_to_cs(xieyi); |
| | | |
| | | try { |
| | | Thread.sleep(1000); |
| | | |
| | | }catch (InterruptedException e){ |
| | | Thread.currentThread().interrupt(); |
| | | // logUtil.error("线ç¨ä¸æ"+e.getMessage()); |
| | | } |
| | | R response ; |
| | | response = new R(StatusCode.Success); |
| | | TbWarning gpsList =tbWarningService.processingWarn(warning); |
| | |
| | | // @Select({"select * from tb_person where p_fencename = #{name}"}) |
| | | // List<TbPerson> findAllperson(String name); |
| | | |
| | | @Select("SELECT p.*, d.departmentName AS bumen1, d.baoliu5 AS bumencolor FROM tb_person p INNER JOIN tb_department d ON p.p_department = d.departmentName where p_online = '1' AND p.companyid = #{company} AND (p.p_tagid = #{name} or p.p_name = #{name})") |
| | | @Select("SELECT p.*, d.departmentName AS bumen1, d.baoliu5 AS bumencolor FROM tb_person p INNER JOIN tb_department d ON p.p_department = d.departmentName where p_online = '1' AND p.company = #{company} AND (p.p_tagid = #{name} or p.p_name = #{name})") |
| | | TbPerson findOnePerson(@Param("name")String name,@Param("company")String company); |
| | | |
| | | @Select("SELECT\n" + |
| | |
| | | "\tLIMIT 1;") |
| | | TbPerson upTag(); |
| | | |
| | | @Select("SELECT p.p_tagid,p.p_power,p.p_name,p_online,p.p_image,p.baoliu2,p.baoliu3,p.baoliu13,p.baoliu4,p.baoliu19,p.p_sos,p.p_addtiem,p.p_department,p.companyid as companyid,d.departmentName AS bumen1, d.baoliu5 AS bumencolor FROM tb_person p INNER JOIN tb_department d ON p.p_department = d.departmentName where p.p_online = 1 and p.companyid = #{company}") |
| | | @Select("SELECT p.p_tagid,p.p_power,p.p_name,p_online,p.p_image,p.baoliu2,p.baoliu3,p.baoliu13,p.baoliu4,p.baoliu19,p.p_sos,p.p_addtiem,p.p_department,p.company as company,d.departmentName AS bumen1, d.baoliu5 AS bumencolor FROM tb_person p INNER JOIN tb_department d ON p.p_department = d.departmentName where p.p_online = 1 and p.company = #{company}") |
| | | List<TbPersonAndDepartment> findAllBuMen(@Param("company")String company); |
| | | |
| | | @Select("SELECT p.p_tagid as id,p.p_name as name,p.baoliu2 as baoliu2,p.baoliu3 as baoliu3,p.baoliu19 as baoliu19,p.p_department as pdepartment,p.baoliu4 as baoliu4,p.companyid as companyid,p.p_power as ppower,p.p_online as online FROM tb_person p INNER JOIN tb_department d ON p.p_department = d.departmentName where p.companyid = #{company}") |
| | | @Select("SELECT p.p_tagid as id,p.p_name as name,p.baoliu2 as baoliu2,p.baoliu3 as baoliu3,p.baoliu19 as baoliu19,p.p_department as pdepartment,p.baoliu4 as baoliu4,p.company as company,p.p_power as ppower,p.p_online as online FROM tb_person p INNER JOIN tb_department d ON p.p_department = d.departmentName where p.company = #{company}") |
| | | List<PersonCesium> findAllBuMenCesium(@Param("company")String company); |
| | | |
| | | } |
| | |
| | | @Select("SELECT w.*,p.p_name as pName,p.p_x as pX,p.p_y as pY,p.p_floor as pFloor,p.baoliu2 as lat,p.baoliu3 as lng,p.baoliu4 as gao\n" + |
| | | "FROM tb_warning w\n" + |
| | | "INNER JOIN tb_person p ON w.objectid = p.p_tagid\n" + |
| | | "WHERE status='æªå¤ç' and p.companyid = #{company} LIMIT #{current}, #{size}") |
| | | "WHERE status='æªå¤ç' and p.company = #{company} LIMIT #{current}, #{size}") |
| | | List<TbWarning> findwarper(@Param("company")String company,@Param("current") long current, @Param("size") long size); |
| | | |
| | | @Select("SELECT w.*,p.*\n" + |
| | | "FROM tb_warning w\n" + |
| | | "INNER JOIN tb_person p ON w.objectid = p.p_tagid\n" + |
| | | "WHERE status='æªå¤ç' and w.objectid = #{objectid} and p.companyid = #{company} LIMIT #{current}, #{size}") |
| | | "WHERE status='æªå¤ç' and w.objectid = #{objectid} and p.company = #{company} LIMIT #{current}, #{size}") |
| | | List<TbWarning> findwarper1(@Param("company")String company, @Param("objectid")String objectid,@Param("current") long current, @Param("size") long size); |
| | | |
| | | @Select("SELECT w.*,p.p_name as pName,p.p_x as pX,p.p_y as pY,p.p_floor as pFloor,p.baoliu2 as lat,p.baoliu3 as lng,p.baoliu4 as gao\n" + |
| | | "FROM tb_warning w\n" + |
| | | "INNER JOIN tb_person p ON w.objectid = p.p_tagid\n" + |
| | | "WHERE status='æªå¤ç' and p.companyid = #{company}") |
| | | "WHERE status='æªå¤ç' and p.company = #{company}") |
| | | List<TbWarning> findwarper2(@Param("company")String company); |
| | | |
| | | |
| | |
| | | import java.util.List; |
| | | |
| | | public interface UserDao extends BaseMapper<TbUser> { |
| | | @Select("select u.*,c.id as companyid from tb_user u LEFT JOIN tb_company c ON u.company=c.companyname where username = #{username} and password = #{password}") |
| | | @Select("select u.*,c.id as company from tb_user u LEFT JOIN tb_company c ON u.company=c.companyname where username = #{username} and password = #{password}") |
| | | public TbUser findUser(TbUser user); |
| | | |
| | | @Select("select * from tb_user where cid != 'null' and cid != ''") |
| | |
| | | @TableField("baoliu13") |
| | | private String baoliu13; |
| | | |
| | | @TableField("companyid") |
| | | private String companyid; |
| | | @TableField("company") |
| | | private String company; |
| | | |
| | | |
| | | } |
| | |
| | | private String baoliu20; |
| | | |
| | | // |
| | | @TableField("companyid") |
| | | private String companyid; |
| | | @TableField("company") |
| | | private String company; |
| | | |
| | | @TableField(exist = false) |
| | | private List<TbPerson> personList; |
| | |
| | | @TableField("baoliu40") |
| | | private String baoliu40; |
| | | |
| | | @TableField("companyid") |
| | | private String companyid; |
| | | @TableField("company") |
| | | private String company; |
| | | |
| | | |
| | | @TableField(exist = false) |
| | |
| | | @TableField("checktask") |
| | | private String checktask; |
| | | |
| | | @ApiModelProperty(value = "å
¬å¸") |
| | | @TableField("company") |
| | | private String company; |
| | | |
| | | |
| | | |
| | | @TableField(exist = false) |
| | | private List<TbPerson> personList; |
| | | |
| | |
| | | @TableField("baoliu10") |
| | | private String baoliu10; |
| | | |
| | | // @ApiModelProperty(value = "å
¬å¸") |
| | | // @TableField("company") |
| | | // private String company; |
| | | |
| | | @TableField(exist = false) |
| | | private String pName; |
| | | |
| | |
| | | private String addtime; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty(value = "å
¬å¸") |
| | | @TableField("company") |
| | | private String company; |
| | | } |
| | |
| | | public interface TbPersonService extends IService<TbPerson> { |
| | | |
| | | TbPerson findIdPerson(String name,String company); |
| | | TbPerson acquisition(String baoliu3); |
| | | TbPerson acquisition(String baoliu3,String company); |
| | | |
| | | TbPerson upperson(String baoliu3,String baoliu38,String phone); |
| | | |
| | |
| | | import java.util.List; |
| | | |
| | | public interface TbUpappService extends IService<TbUpapp> { |
| | | TbUpapp findTbUpapp() throws ParseException; |
| | | TbUpapp findTbUpapp(String name) throws ParseException; |
| | | |
| | | } |
| | |
| | | QueryWrapper queryWrapper = new QueryWrapper<>(); |
| | | // queryWrapper.eq("status","æªå¤ç"); |
| | | if (objectid!=null){ |
| | | queryWrapper.eq("anchorid",objectid); |
| | | String output = objectid.toUpperCase();//å°å°ååæ¯è½¬æå¤§å忝 |
| | | |
| | | queryWrapper.eq("anchorid",output); |
| | | } |
| | | queryWrapper.eq("companyid",company); |
| | | queryWrapper.eq("company",company); |
| | | |
| | | queryWrapper.orderByDesc("GreateTime"); |
| | | IPage<TbAchor> CompanyPage = baseMapper.selectPage(page, queryWrapper); |
| | |
| | | @Override |
| | | public Integer findonline(String company) { |
| | | QueryWrapper queryWrapper = new QueryWrapper<>(); |
| | | queryWrapper.eq("companyid",company); |
| | | queryWrapper.eq("company",company); |
| | | queryWrapper.eq("anchormode",1); |
| | | List<TbAchor> CompanyPage = baseMapper.selectList(queryWrapper); |
| | | return CompanyPage.size(); |
| | |
| | | @Override |
| | | public Integer findoffline(String company) { |
| | | QueryWrapper queryWrapper = new QueryWrapper<>(); |
| | | queryWrapper.eq("companyid",company); |
| | | queryWrapper.eq("company",company); |
| | | queryWrapper.ne("anchormode",1); |
| | | List<TbAchor> CompanyPage = baseMapper.selectList(queryWrapper); |
| | | return CompanyPage.size(); |
| | |
| | | @Override |
| | | public List<TbAchor> getBaseGPSCesium( String company) { |
| | | QueryWrapper queryWrapper = new QueryWrapper<>(); |
| | | queryWrapper.eq("companyid",company); |
| | | queryWrapper.eq("company",company); |
| | | // List<TbAchor> people = tbAchorMapper.getBaseGPSCesium(); |
| | | return baseMapper.selectList(queryWrapper); |
| | | } |
| | |
| | | @Override |
| | | public List<TbFakaji> findFakagui(String company) { |
| | | // QueryWrapper<TbFakaji> queryWrapper = new QueryWrapper<>(); |
| | | //// queryWrapper.eq("companyid",company); |
| | | //// queryWrapper.eq("company",company); |
| | | // queryWrapper.groupBy("deviceid"); |
| | | return baseMapper.getfakjigui(); |
| | | } |
| | |
| | | @Override |
| | | public List<TbFence> findAllFence(String company) { |
| | | QueryWrapper<TbFence> queryWrapper = new QueryWrapper<>(); |
| | | queryWrapper.eq("companyid",company); |
| | | queryWrapper.eq("company",company); |
| | | return baseMapper.selectList(queryWrapper); |
| | | } |
| | | |
| | |
| | | if (objectid!=null){ |
| | | queryWrapper.eq("name",objectid); |
| | | } |
| | | queryWrapper.eq("companyid",company); |
| | | queryWrapper.eq("company",company); |
| | | |
| | | queryWrapper.orderByDesc("addtime"); |
| | | IPage<TbFence> CompanyPage = baseMapper.selectPage(page, queryWrapper); |
| | |
| | | |
| | | |
| | | @Override |
| | | public TbPerson acquisition(String baoliu3) { |
| | | public TbPerson acquisition(String baoliu3,String company) { |
| | | QueryWrapper queryWrapper = new QueryWrapper<>(); |
| | | |
| | | queryWrapper.eq("p_tagid",baoliu3); |
| | | queryWrapper.eq("company",company); |
| | | |
| | | return baseMapper.selectOne(queryWrapper); |
| | | } |
| | |
| | | QueryWrapper queryWrapper = new QueryWrapper<>(); |
| | | // queryWrapper.eq("status","æªå¤ç"); |
| | | if (objectid!=null){ |
| | | queryWrapper.eq("p_tagid",objectid); |
| | | String output = objectid.toUpperCase();//å°å°ååæ¯è½¬æå¤§å忝 |
| | | |
| | | queryWrapper.eq("p_tagid",output); |
| | | } |
| | | queryWrapper.eq("companyid",company); |
| | | queryWrapper.eq("company",company); |
| | | |
| | | queryWrapper.orderByDesc("p_addtiem"); |
| | | IPage<TbPerson> CompanyPage = baseMapper.selectPage(page, queryWrapper); |
| | |
| | | @Override |
| | | public Integer findonline(String company) { |
| | | QueryWrapper queryWrapper = new QueryWrapper<>(); |
| | | queryWrapper.eq("companyid",company); |
| | | queryWrapper.eq("company",company); |
| | | queryWrapper.eq("p_online",1); |
| | | List<TbAchor> CompanyPage = baseMapper.selectList(queryWrapper); |
| | | return CompanyPage.size(); |
| | |
| | | @Override |
| | | public Integer findoffline(String company) { |
| | | QueryWrapper queryWrapper = new QueryWrapper<>(); |
| | | queryWrapper.eq("companyid",company); |
| | | queryWrapper.eq("company",company); |
| | | queryWrapper.ne("p_online",1); |
| | | List<TbAchor> CompanyPage = baseMapper.selectList(queryWrapper); |
| | | return CompanyPage.size(); |
| | |
| | | tbWarningRecord.setYjcontent(fenceList.get(i).getYjcontent()); |
| | | tbWarningRecord.setYjtime(fenceList.get(i).getBegtime()); |
| | | tbWarningRecord.setTaskname(fenceList.get(i).getTaskname()); |
| | | tbWarningRecord.setCompany(fenceList.get(i).getCompany()); |
| | | tbWarningRecord.setAddtime(s); |
| | | tbWarningRecordMapper.insert(tbWarningRecord); |
| | | |
| | |
| | | public class TbUpappServiceImpl extends ServiceImpl<TbUpappMapper, TbUpapp> implements TbUpappService { |
| | | |
| | | @Override |
| | | public TbUpapp findTbUpapp() { |
| | | public TbUpapp findTbUpapp(String name) { |
| | | QueryWrapper queryWrapper = new QueryWrapper<>(); |
| | | if (name==null){ |
| | | queryWrapper.eq("name", "å®ä½app"); |
| | | }else{ |
| | | queryWrapper.eq("name", name); |
| | | } |
| | | |
| | | queryWrapper.orderByDesc("time"); // å设æ¶é´å段å为"time" |
| | | queryWrapper.last("LIMIT 1"); // éå¶åªè¿å䏿¡è®°å½ |
| | | return baseMapper.selectOne(queryWrapper); |
| | |
| | | queryWrapper.eq("status","æªå¤ç"); |
| | | List<TbWarning> CompanyPage = new ArrayList<TbWarning>(); |
| | | if (objectid!=null){ |
| | | CompanyPage = baseMapper.findwarper1(company,objectid,page.getCurrent()-1,page.getSize()); |
| | | String output = objectid.toUpperCase();//å°å°ååæ¯è½¬æå¤§å忝 |
| | | |
| | | CompanyPage = baseMapper.findwarper1(company,output,page.getCurrent()-1,page.getSize()); |
| | | }else{ |
| | | CompanyPage = baseMapper.findwarper(company,page.getCurrent()-1,page.getSize()); |
| | | |
| | |
| | | @Override |
| | | public void addInterceptors(InterceptorRegistry registry) { |
| | | registry.addInterceptor(tokenInterceptor).addPathPatterns("/**") |
| | | .excludePathPatterns("/api/wx/login", "/api/wx/checkLogin","/api/wx/findWarningNum","/api/wx/addpicqwe","/public/**"); |
| | | .excludePathPatterns("/api/wx/login", "/api/wx/checkLogin","/api/wx/findWarningNum","/api/wx/addpicqwe","/api/wx/findTbUpapp","/api/wx/MarsHome","/public/**"); |
| | | } |
| | | } |
| | | |
| | |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://192.168.31.99:3306/hxzkuwb?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull |
| | | # url: jdbc:mysql:///hxzkuwb?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull |
| | | # url: jdbc:mysql://192.168.5.121:3306/hxzkuwb?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull |
| | | url: jdbc:mysql:///hxzkuwb?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull |
| | | username: root |
| | | # password: hxzk20151102 |
| | | password: 123456 |
| | | password: hxzk20151102 |
| | | # password: 123456 |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | time-zone: GMT+8 |
| | |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://192.168.31.99:3306/hxzkuwb?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull |
| | | # url: jdbc:mysql:///hxzkuwb?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull |
| | | # url: jdbc:mysql://192.168.5.121:3306/hxzkuwb?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull |
| | | url: jdbc:mysql:///hxzkuwb?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull |
| | | username: root |
| | | # password: hxzk20151102 |
| | | password: 123456 |
| | | password: hxzk20151102 |
| | | # password: 123456 |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | time-zone: GMT+8 |
| | |
| | | com\hxzkappboot\HxzkappBootApplicationTests.class |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report-3.0.xsd" version="3.0" name="com.hxzkappboot.HxzkappBootApplicationTests" time="10.213" tests="1" errors="0" skipped="0" failures="0"> |
| | | <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report-3.0.xsd" version="3.0" name="com.hxzkappboot.HxzkappBootApplicationTests" time="9.9" tests="1" errors="0" skipped="0" failures="0"> |
| | | <properties> |
| | | <property name="sun.desktop" value="windows"/> |
| | | <property name="awt.toolkit" value="sun.awt.windows.WToolkit"/> |
| | |
| | | <property name="user.country" value="CN"/> |
| | | <property name="sun.java.launcher" value="SUN_STANDARD"/> |
| | | <property name="sun.boot.library.path" value="C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin"/> |
| | | <property name="sun.java.command" value="C:\Users\wangf\AppData\Local\Temp\surefire6586503054113209614\surefirebooter-20250121094749609_3.jar C:\Users\wangf\AppData\Local\Temp\surefire6586503054113209614 2025-01-21T09-47-48_904-jvmRun1 surefire-20250121094749609_1tmp surefire_0-20250121094749609_2tmp"/> |
| | | <property name="sun.java.command" value="C:\Users\wangf\AppData\Local\Temp\surefire2805895865388876351\surefirebooter-20250418150852055_3.jar C:\Users\wangf\AppData\Local\Temp\surefire2805895865388876351 2025-04-18T15-08-51_333-jvmRun1 surefire-20250418150852055_1tmp surefire_0-20250418150852055_2tmp"/> |
| | | <property name="surefire.test.class.path" value="D:\hxzkapp\hxzkapp-boot\target\test-classes;D:\hxzkapp\hxzkapp-boot\target\classes;C:\Users\wangf\.m2\repository\com\auth0\java-jwt\3.4.0\java-jwt-3.4.0.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.13.4.2\jackson-databind-2.13.4.2.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.13.4\jackson-annotations-2.13.4.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.13.4\jackson-core-2.13.4.jar;C:\Users\wangf\.m2\repository\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;C:\Users\wangf\.m2\repository\org\freemarker\freemarker\2.3.28\freemarker-2.3.28.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-security\2.6.13\spring-boot-starter-security-2.6.13.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter\2.6.13\spring-boot-starter-2.6.13.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-logging\2.6.13\spring-boot-starter-logging-2.6.13.jar;C:\Users\wangf\.m2\repository\ch\qos\logback\logback-classic\1.2.11\logback-classic-1.2.11.jar;C:\Users\wangf\.m2\repository\ch\qos\logback\logback-core\1.2.11\logback-core-1.2.11.jar;C:\Users\wangf\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.17.2\log4j-to-slf4j-2.17.2.jar;C:\Users\wangf\.m2\repository\org\apache\logging\log4j\log4j-api\2.17.2\log4j-api-2.17.2.jar;C:\Users\wangf\.m2\repository\org\slf4j\jul-to-slf4j\1.7.36\jul-to-slf4j-1.7.36.jar;C:\Users\wangf\.m2\repository\org\yaml\snakeyaml\1.29\snakeyaml-1.29.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-aop\5.3.23\spring-aop-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-beans\5.3.23\spring-beans-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\security\spring-security-config\5.6.8\spring-security-config-5.6.8.jar;C:\Users\wangf\.m2\repository\org\springframework\security\spring-security-core\5.6.8\spring-security-core-5.6.8.jar;C:\Users\wangf\.m2\repository\org\springframework\security\spring-security-crypto\5.6.8\spring-security-crypto-5.6.8.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-context\5.3.23\spring-context-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\security\spring-security-web\5.6.8\spring-security-web-5.6.8.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-expression\5.3.23\spring-expression-5.3.23.jar;C:\Users\wangf\.m2\repository\io\jsonwebtoken\jjwt-api\0.11.2\jjwt-api-0.11.2.jar;C:\Users\wangf\.m2\repository\io\jsonwebtoken\jjwt-impl\0.11.2\jjwt-impl-0.11.2.jar;C:\Users\wangf\.m2\repository\io\jsonwebtoken\jjwt-jackson\0.11.2\jjwt-jackson-0.11.2.jar;C:\Users\wangf\.m2\repository\com\alibaba\fastjson\1.2.75\fastjson-1.2.75.jar;C:\Users\wangf\.m2\repository\com\baomidou\mybatis-plus-boot-starter\3.4.0\mybatis-plus-boot-starter-3.4.0.jar;C:\Users\wangf\.m2\repository\com\baomidou\mybatis-plus\3.4.0\mybatis-plus-3.4.0.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\2.6.13\spring-boot-autoconfigure-2.6.13.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-jdbc\2.6.13\spring-boot-starter-jdbc-2.6.13.jar;C:\Users\wangf\.m2\repository\com\zaxxer\HikariCP\4.0.3\HikariCP-4.0.3.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-jdbc\5.3.23\spring-jdbc-5.3.23.jar;C:\Users\wangf\.m2\repository\com\baomidou\mybatis-plus-generator\3.4.0\mybatis-plus-generator-3.4.0.jar;C:\Users\wangf\.m2\repository\com\baomidou\mybatis-plus-extension\3.4.0\mybatis-plus-extension-3.4.0.jar;C:\Users\wangf\.m2\repository\com\baomidou\mybatis-plus-core\3.4.0\mybatis-plus-core-3.4.0.jar;C:\Users\wangf\.m2\repository\com\baomidou\mybatis-plus-annotation\3.4.0\mybatis-plus-annotation-3.4.0.jar;C:\Users\wangf\.m2\repository\org\mybatis\mybatis\3.5.5\mybatis-3.5.5.jar;C:\Users\wangf\.m2\repository\org\mybatis\mybatis-spring\2.0.5\mybatis-spring-2.0.5.jar;C:\Users\wangf\.m2\repository\com\github\binarywang\weixin-java-miniapp\4.1.0\weixin-java-miniapp-4.1.0.jar;C:\Users\wangf\.m2\repository\com\github\binarywang\weixin-java-common\4.1.0\weixin-java-common-4.1.0.jar;C:\Users\wangf\.m2\repository\com\thoughtworks\xstream\xstream\1.4.17\xstream-1.4.17.jar;C:\Users\wangf\.m2\repository\io\github\x-stream\mxparser\1.2.1\mxparser-1.2.1.jar;C:\Users\wangf\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar;C:\Users\wangf\.m2\repository\org\apache\httpcomponents\httpmime\4.5.13\httpmime-4.5.13.jar;C:\Users\wangf\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.36\jcl-over-slf4j-1.7.36.jar;C:\Users\wangf\.m2\repository\commons-io\commons-io\2.7\commons-io-2.7.jar;C:\Users\wangf\.m2\repository\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;C:\Users\wangf\.m2\repository\org\dom4j\dom4j\2.1.3\dom4j-2.1.3.jar;C:\Users\wangf\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.68\bcpkix-jdk15on-1.68.jar;C:\Users\wangf\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.68\bcprov-jdk15on-1.68.jar;C:\Users\wangf\.m2\repository\com\alibaba\druid-spring-boot-starter\1.2.20\druid-spring-boot-starter-1.2.20.jar;C:\Users\wangf\.m2\repository\com\alibaba\druid\1.2.20\druid-1.2.20.jar;C:\Users\wangf\.m2\repository\org\slf4j\slf4j-api\1.7.36\slf4j-api-1.7.36.jar;C:\Users\wangf\.m2\repository\org\glassfish\jaxb\jaxb-runtime\2.3.7\jaxb-runtime-2.3.7.jar;C:\Users\wangf\.m2\repository\org\glassfish\jaxb\txw2\2.3.7\txw2-2.3.7.jar;C:\Users\wangf\.m2\repository\com\sun\istack\istack-commons-runtime\3.0.12\istack-commons-runtime-3.0.12.jar;C:\Users\wangf\.m2\repository\com\sun\activation\jakarta.activation\1.2.2\jakarta.activation-1.2.2.jar;C:\Users\wangf\.m2\repository\io\springfox\springfox-swagger2\2.9.2\springfox-swagger2-2.9.2.jar;C:\Users\wangf\.m2\repository\io\swagger\swagger-annotations\1.5.20\swagger-annotations-1.5.20.jar;C:\Users\wangf\.m2\repository\io\swagger\swagger-models\1.5.20\swagger-models-1.5.20.jar;C:\Users\wangf\.m2\repository\io\springfox\springfox-spi\2.9.2\springfox-spi-2.9.2.jar;C:\Users\wangf\.m2\repository\io\springfox\springfox-core\2.9.2\springfox-core-2.9.2.jar;C:\Users\wangf\.m2\repository\io\springfox\springfox-schema\2.9.2\springfox-schema-2.9.2.jar;C:\Users\wangf\.m2\repository\io\springfox\springfox-swagger-common\2.9.2\springfox-swagger-common-2.9.2.jar;C:\Users\wangf\.m2\repository\io\springfox\springfox-spring-web\2.9.2\springfox-spring-web-2.9.2.jar;C:\Users\wangf\.m2\repository\com\google\guava\guava\20.0\guava-20.0.jar;C:\Users\wangf\.m2\repository\com\fasterxml\classmate\1.5.1\classmate-1.5.1.jar;C:\Users\wangf\.m2\repository\org\springframework\plugin\spring-plugin-core\1.2.0.RELEASE\spring-plugin-core-1.2.0.RELEASE.jar;C:\Users\wangf\.m2\repository\org\springframework\plugin\spring-plugin-metadata\1.2.0.RELEASE\spring-plugin-metadata-1.2.0.RELEASE.jar;C:\Users\wangf\.m2\repository\org\mapstruct\mapstruct\1.2.0.Final\mapstruct-1.2.0.Final.jar;C:\Users\wangf\.m2\repository\io\springfox\springfox-swagger-ui\2.9.2\springfox-swagger-ui-2.9.2.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.6.13\spring-boot-starter-web-2.6.13.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-json\2.6.13\spring-boot-starter-json-2.6.13.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.13.4\jackson-datatype-jdk8-2.13.4.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.13.4\jackson-datatype-jsr310-2.13.4.jar;C:\Users\wangf\.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.13.4\jackson-module-parameter-names-2.13.4.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-web\5.3.23\spring-web-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-webmvc\5.3.23\spring-webmvc-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\2.6.13\spring-boot-starter-tomcat-2.6.13.jar;C:\Users\wangf\.m2\repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;C:\Users\wangf\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\9.0.68\tomcat-embed-core-9.0.68.jar;C:\Users\wangf\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.68\tomcat-embed-el-9.0.68.jar;C:\Users\wangf\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.68\tomcat-embed-websocket-9.0.68.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-web-services\2.6.13\spring-boot-starter-web-services-2.6.13.jar;C:\Users\wangf\.m2\repository\com\sun\xml\messaging\saaj\saaj-impl\1.5.3\saaj-impl-1.5.3.jar;C:\Users\wangf\.m2\repository\jakarta\xml\soap\jakarta.xml.soap-api\1.4.2\jakarta.xml.soap-api-1.4.2.jar;C:\Users\wangf\.m2\repository\org\jvnet\staxex\stax-ex\1.8.3\stax-ex-1.8.3.jar;C:\Users\wangf\.m2\repository\jakarta\xml\ws\jakarta.xml.ws-api\2.3.3\jakarta.xml.ws-api-2.3.3.jar;C:\Users\wangf\.m2\repository\jakarta\jws\jakarta.jws-api\2.1.0\jakarta.jws-api-2.1.0.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-oxm\5.3.23\spring-oxm-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\ws\spring-ws-core\3.1.3\spring-ws-core-3.1.3.jar;C:\Users\wangf\.m2\repository\org\springframework\ws\spring-xml\3.1.3\spring-xml-3.1.3.jar;C:\Users\wangf\.m2\repository\org\springframework\session\spring-session-core\2.6.3\spring-session-core-2.6.3.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-jcl\5.3.23\spring-jcl-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-devtools\2.6.13\spring-boot-devtools-2.6.13.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot\2.6.13\spring-boot-2.6.13.jar;C:\Users\wangf\.m2\repository\com\mysql\mysql-connector-j\8.0.31\mysql-connector-j-8.0.31.jar;C:\Users\wangf\.m2\repository\com\github\pagehelper\pagehelper\5.3.1\pagehelper-5.3.1.jar;C:\Users\wangf\.m2\repository\com\github\jsqlparser\jsqlparser\4.2\jsqlparser-4.2.jar;C:\Users\wangf\.m2\repository\io\jsonwebtoken\jjwt\0.9.1\jjwt-0.9.1.jar;C:\Users\wangf\.m2\repository\com\tencentcloudapi\tencentcloud-sdk-java-sms\3.1.811\tencentcloud-sdk-java-sms-3.1.811.jar;C:\Users\wangf\.m2\repository\com\tencentcloudapi\tencentcloud-sdk-java-common\3.1.811\tencentcloud-sdk-java-common-3.1.811.jar;C:\Users\wangf\.m2\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\wangf\.m2\repository\com\squareup\okio\okio\3.2.0\okio-3.2.0.jar;C:\Users\wangf\.m2\repository\com\squareup\okio\okio-jvm\3.2.0\okio-jvm-3.2.0.jar;C:\Users\wangf\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk8\1.6.21\kotlin-stdlib-jdk8-1.6.21.jar;C:\Users\wangf\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib\1.6.21\kotlin-stdlib-1.6.21.jar;C:\Users\wangf\.m2\repository\org\jetbrains\annotations\13.0\annotations-13.0.jar;C:\Users\wangf\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk7\1.6.21\kotlin-stdlib-jdk7-1.6.21.jar;C:\Users\wangf\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-common\1.6.21\kotlin-stdlib-common-1.6.21.jar;C:\Users\wangf\.m2\repository\com\squareup\okhttp3\okhttp\3.14.9\okhttp-3.14.9.jar;C:\Users\wangf\.m2\repository\javax\xml\bind\jaxb-api\2.3.1\jaxb-api-2.3.1.jar;C:\Users\wangf\.m2\repository\javax\activation\javax.activation-api\1.2.0\javax.activation-api-1.2.0.jar;C:\Users\wangf\.m2\repository\com\squareup\okhttp3\logging-interceptor\3.14.9\logging-interceptor-3.14.9.jar;C:\Users\wangf\.m2\repository\org\ini4j\ini4j\0.5.4\ini4j-0.5.4.jar;C:\Users\wangf\.m2\repository\org\projectlombok\lombok\1.18.24\lombok-1.18.24.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-test\2.6.13\spring-boot-starter-test-2.6.13.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-test\2.6.13\spring-boot-test-2.6.13.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\2.6.13\spring-boot-test-autoconfigure-2.6.13.jar;C:\Users\wangf\.m2\repository\com\jayway\jsonpath\json-path\2.6.0\json-path-2.6.0.jar;C:\Users\wangf\.m2\repository\net\minidev\json-smart\2.4.8\json-smart-2.4.8.jar;C:\Users\wangf\.m2\repository\net\minidev\accessors-smart\2.4.8\accessors-smart-2.4.8.jar;C:\Users\wangf\.m2\repository\org\ow2\asm\asm\9.1\asm-9.1.jar;C:\Users\wangf\.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\2.3.3\jakarta.xml.bind-api-2.3.3.jar;C:\Users\wangf\.m2\repository\jakarta\activation\jakarta.activation-api\1.2.2\jakarta.activation-api-1.2.2.jar;C:\Users\wangf\.m2\repository\org\assertj\assertj-core\3.21.0\assertj-core-3.21.0.jar;C:\Users\wangf\.m2\repository\org\hamcrest\hamcrest\2.2\hamcrest-2.2.jar;C:\Users\wangf\.m2\repository\org\junit\jupiter\junit-jupiter\5.8.2\junit-jupiter-5.8.2.jar;C:\Users\wangf\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.8.2\junit-jupiter-api-5.8.2.jar;C:\Users\wangf\.m2\repository\org\opentest4j\opentest4j\1.2.0\opentest4j-1.2.0.jar;C:\Users\wangf\.m2\repository\org\junit\platform\junit-platform-commons\1.8.2\junit-platform-commons-1.8.2.jar;C:\Users\wangf\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar;C:\Users\wangf\.m2\repository\org\junit\jupiter\junit-jupiter-params\5.8.2\junit-jupiter-params-5.8.2.jar;C:\Users\wangf\.m2\repository\org\junit\jupiter\junit-jupiter-engine\5.8.2\junit-jupiter-engine-5.8.2.jar;C:\Users\wangf\.m2\repository\org\junit\platform\junit-platform-engine\1.8.2\junit-platform-engine-1.8.2.jar;C:\Users\wangf\.m2\repository\org\mockito\mockito-core\4.0.0\mockito-core-4.0.0.jar;C:\Users\wangf\.m2\repository\net\bytebuddy\byte-buddy\1.11.22\byte-buddy-1.11.22.jar;C:\Users\wangf\.m2\repository\net\bytebuddy\byte-buddy-agent\1.11.22\byte-buddy-agent-1.11.22.jar;C:\Users\wangf\.m2\repository\org\objenesis\objenesis\3.2\objenesis-3.2.jar;C:\Users\wangf\.m2\repository\org\mockito\mockito-junit-jupiter\4.0.0\mockito-junit-jupiter-4.0.0.jar;C:\Users\wangf\.m2\repository\org\skyscreamer\jsonassert\1.5.1\jsonassert-1.5.1.jar;C:\Users\wangf\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-core\5.3.23\spring-core-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-test\5.3.23\spring-test-5.3.23.jar;C:\Users\wangf\.m2\repository\org\xmlunit\xmlunit-core\2.8.4\xmlunit-core-2.8.4.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-data-redis\2.6.13\spring-boot-starter-data-redis-2.6.13.jar;C:\Users\wangf\.m2\repository\io\lettuce\lettuce-core\6.1.10.RELEASE\lettuce-core-6.1.10.RELEASE.jar;C:\Users\wangf\.m2\repository\io\netty\netty-common\4.1.84.Final\netty-common-4.1.84.Final.jar;C:\Users\wangf\.m2\repository\io\netty\netty-handler\4.1.84.Final\netty-handler-4.1.84.Final.jar;C:\Users\wangf\.m2\repository\io\netty\netty-resolver\4.1.84.Final\netty-resolver-4.1.84.Final.jar;C:\Users\wangf\.m2\repository\io\netty\netty-buffer\4.1.84.Final\netty-buffer-4.1.84.Final.jar;C:\Users\wangf\.m2\repository\io\netty\netty-transport-native-unix-common\4.1.84.Final\netty-transport-native-unix-common-4.1.84.Final.jar;C:\Users\wangf\.m2\repository\io\netty\netty-codec\4.1.84.Final\netty-codec-4.1.84.Final.jar;C:\Users\wangf\.m2\repository\io\netty\netty-transport\4.1.84.Final\netty-transport-4.1.84.Final.jar;C:\Users\wangf\.m2\repository\io\projectreactor\reactor-core\3.4.24\reactor-core-3.4.24.jar;C:\Users\wangf\.m2\repository\org\reactivestreams\reactive-streams\1.0.4\reactive-streams-1.0.4.jar;C:\Users\wangf\.m2\repository\org\springframework\data\spring-data-redis\2.7.2\spring-data-redis-2.7.2.jar;C:\Users\wangf\.m2\repository\org\springframework\data\spring-data-keyvalue\2.6.9\spring-data-keyvalue-2.6.9.jar;C:\Users\wangf\.m2\repository\org\springframework\data\spring-data-commons\2.6.9\spring-data-commons-2.6.9.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-tx\5.3.23\spring-tx-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\spring-context-support\5.3.23\spring-context-support-5.3.23.jar;C:\Users\wangf\.m2\repository\org\springframework\boot\spring-boot-starter-validation\2.6.13\spring-boot-starter-validation-2.6.13.jar;C:\Users\wangf\.m2\repository\org\hibernate\validator\hibernate-validator\6.2.5.Final\hibernate-validator-6.2.5.Final.jar;C:\Users\wangf\.m2\repository\jakarta\validation\jakarta.validation-api\2.0.2\jakarta.validation-api-2.0.2.jar;C:\Users\wangf\.m2\repository\org\jboss\logging\jboss-logging\3.4.3.Final\jboss-logging-3.4.3.Final.jar;C:\Users\wangf\.m2\repository\org\apache\httpcomponents\httpclient\4.5.2\httpclient-4.5.2.jar;C:\Users\wangf\.m2\repository\org\apache\httpcomponents\httpcore\4.4.15\httpcore-4.4.15.jar;C:\Users\wangf\.m2\repository\cn\hutool\hutool-all\5.7.1\hutool-all-5.7.1.jar;C:\Users\wangf\.m2\repository\net\coobird\thumbnailator\0.4.20\thumbnailator-0.4.20.jar;C:\Users\wangf\.m2\repository\com\getui\push\restful-sdk\1.0.4.0\restful-sdk-1.0.4.0.jar;C:\Users\wangf\.m2\repository\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;"/> |
| | | <property name="sun.cpu.endian" value="little"/> |
| | | <property name="user.home" value="C:\Users\wangf"/> |
| | |
| | | <property name="FILE_LOG_CHARSET" value="GBK"/> |
| | | <property name="java.awt.graphicsenv" value="sun.awt.Win32GraphicsEnvironment"/> |
| | | <property name="java.awt.headless" value="true"/> |
| | | <property name="surefire.real.class.path" value="C:\Users\wangf\AppData\Local\Temp\surefire6586503054113209614\surefirebooter-20250121094749609_3.jar"/> |
| | | <property name="surefire.real.class.path" value="C:\Users\wangf\AppData\Local\Temp\surefire2805895865388876351\surefirebooter-20250418150852055_3.jar"/> |
| | | <property name="sun.boot.class.path" value="C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\resources.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\rt.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\sunrsasign.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jsse.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jce.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\charsets.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\lib\jfr.jar;C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\classes"/> |
| | | <property name="user.script" value=""/> |
| | | <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/> |
| | |
| | | <property name="user.dir" value="D:\hxzkapp\hxzkapp-boot"/> |
| | | <property name="os.arch" value="amd64"/> |
| | | <property name="java.vm.specification.name" value="Java Virtual Machine Specification"/> |
| | | <property name="PID" value="27880"/> |
| | | <property name="PID" value="8492"/> |
| | | <property name="java.awt.printerjob" value="sun.awt.windows.WPrinterJob"/> |
| | | <property name="sun.os.patch.level" value=""/> |
| | | <property name="CONSOLE_LOG_CHARSET" value="GBK"/> |
| | | <property name="java.library.path" value="C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\hxzkoa\zkeco_dlls\;D:\hxzkoa\Python3\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\Git\cmd;D:\Java\jre1.8.0_341\bin;%CATALINA_HOME%\bin\;D:\apache-maven-3.9.6-bin\apache-maven-3.9.6\bin;%NODE_PATH%;D:\nodejs\;C:\Users\wangf\AppData\Local\Microsoft\WindowsApps;D:\Microsoft VS Code\bin;D:\nodejs;;D:\IntelliJ IDEA 2023.3.4\bin;;C:\Users\wangf\AppData\Local\Microsoft\WinGet\Links;C:\Users\wangf\AppData\Roaming\npm;."/> |
| | | <property name="java.library.path" value="C:\Users\wangf\.jdks\corretto-1.8.0_402\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\hxzkoa\zkeco_dlls\;D:\hxzkoa\Python3\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;D:\Git\cmd;D:\Java\jre1.8.0_341\bin;%CATALINA_HOME%\bin\;D:\apache-maven-3.9.6-bin\apache-maven-3.9.6\bin;%NODE_PATH%;D:\nodejs\;C:\Users\wangf\AppData\Local\Android\Sdk\platform-tools;C:\Users\wangf\AppData\Local\Android\Sdk\emulator;C:\Users\wangf\AppData\Local\Android\Sdk\tools;C:\Users\wangf\AppData\Local\Android\Sdk\tools\bin;C:\Users\wangf\AppData\Local\Microsoft\WindowsApps;D:\Microsoft VS Code\bin;D:\nodejs;;D:\IntelliJ IDEA 2023.3.4\bin;;C:\Users\wangf\AppData\Local\Microsoft\WinGet\Links;C:\Users\wangf\AppData\Roaming\npm;."/> |
| | | <property name="java.vm.info" value="mixed mode"/> |
| | | <property name="java.vendor" value="Amazon.com Inc."/> |
| | | <property name="java.vm.version" value="25.402-b08"/> |
| | |
| | | <property name="sun.io.unicode.encoding" value="UnicodeLittle"/> |
| | | <property name="java.class.version" value="52.0"/> |
| | | </properties> |
| | | <testcase name="contextLoads" classname="com.hxzkappboot.HxzkappBootApplicationTests" time="0.373"> |
| | | <system-out><![CDATA[09:47:50.779 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] |
| | | 09:47:50.796 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] |
| | | 09:47:50.841 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.hxzkappboot.HxzkappBootApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper] |
| | | 09:47:50.866 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.hxzkappboot.HxzkappBootApplicationTests], using SpringBootContextLoader |
| | | 09:47:50.870 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.hxzkappboot.HxzkappBootApplicationTests]: class path resource [com/hxzkappboot/HxzkappBootApplicationTests-context.xml] does not exist |
| | | 09:47:50.870 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.hxzkappboot.HxzkappBootApplicationTests]: class path resource [com/hxzkappboot/HxzkappBootApplicationTestsContext.groovy] does not exist |
| | | 09:47:50.870 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.hxzkappboot.HxzkappBootApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. |
| | | 09:47:50.871 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.hxzkappboot.HxzkappBootApplicationTests]: HxzkappBootApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. |
| | | 09:47:50.938 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.hxzkappboot.HxzkappBootApplicationTests] |
| | | 09:47:51.035 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [D:\hxzkapp\hxzkapp-boot\target\classes\com\hxzkappboot\HxzkappBootApplication.class] |
| | | 09:47:51.037 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.hxzkappboot.HxzkappBootApplication for test class com.hxzkappboot.HxzkappBootApplicationTests |
| | | 09:47:51.149 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.hxzkappboot.HxzkappBootApplicationTests]: using defaults. |
| | | 09:47:51.149 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] |
| | | 09:47:51.177 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@72d6b3ba, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1787f2a0, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@7de62196, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@163370c2, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@51bf5add, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7905a0b8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@35a3d49f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@389b0789, org.springframework.test.context.event.EventPublishingTestExecutionListener@13d9cbf5, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@478db956, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6ca18a14, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@c667f46, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@51bd8b5c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7b50df34, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1b410b60] |
| | | 09:47:51.184 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@a1f72f5 testClass = HxzkappBootApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@4b2c5e02 testClass = HxzkappBootApplicationTests, locations = '{}', classes = '{class com.hxzkappboot.HxzkappBootApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1f59a598, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@26b3fd41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@762ef0ea, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7b02881e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6236eb5f, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@2353b3e6], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null]. |
| | | <testcase name="contextLoads" classname="com.hxzkappboot.HxzkappBootApplicationTests" time="0.374"> |
| | | <system-out><![CDATA[15:08:53.372 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] |
| | | 15:08:53.396 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] |
| | | 15:08:53.456 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.hxzkappboot.HxzkappBootApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper] |
| | | 15:08:53.485 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.hxzkappboot.HxzkappBootApplicationTests], using SpringBootContextLoader |
| | | 15:08:53.490 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.hxzkappboot.HxzkappBootApplicationTests]: class path resource [com/hxzkappboot/HxzkappBootApplicationTests-context.xml] does not exist |
| | | 15:08:53.490 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.hxzkappboot.HxzkappBootApplicationTests]: class path resource [com/hxzkappboot/HxzkappBootApplicationTestsContext.groovy] does not exist |
| | | 15:08:53.490 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.hxzkappboot.HxzkappBootApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. |
| | | 15:08:53.491 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.hxzkappboot.HxzkappBootApplicationTests]: HxzkappBootApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. |
| | | 15:08:53.555 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.hxzkappboot.HxzkappBootApplicationTests] |
| | | 15:08:53.654 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [D:\hxzkapp\hxzkapp-boot\target\classes\com\hxzkappboot\HxzkappBootApplication.class] |
| | | 15:08:53.655 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.hxzkappboot.HxzkappBootApplication for test class com.hxzkappboot.HxzkappBootApplicationTests |
| | | 15:08:53.777 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.hxzkappboot.HxzkappBootApplicationTests]: using defaults. |
| | | 15:08:53.778 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] |
| | | 15:08:53.801 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@72d6b3ba, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1787f2a0, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@7de62196, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@163370c2, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@51bf5add, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7905a0b8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@35a3d49f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@389b0789, org.springframework.test.context.event.EventPublishingTestExecutionListener@13d9cbf5, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@478db956, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@6ca18a14, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@c667f46, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@51bd8b5c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7b50df34, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1b410b60] |
| | | 15:08:53.805 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@a1f72f5 testClass = HxzkappBootApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@4b2c5e02 testClass = HxzkappBootApplicationTests, locations = '{}', classes = '{class com.hxzkappboot.HxzkappBootApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@1f59a598, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@26b3fd41, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@762ef0ea, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7b02881e, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6236eb5f, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@2353b3e6], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null]. |
| | | |
| | | . ____ _ __ _ _ |
| | | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ |
| | |
| | | =========|_|==============|___/=/_/_/_/ |
| | | :: Spring Boot :: (v2.6.13) |
| | | |
| | | 2025-01-21 09:47:51.729 INFO 27880 --- [ main] c.h.HxzkappBootApplicationTests : Starting HxzkappBootApplicationTests using Java 1.8.0_402 on DESKTOP-RLP2BIH with PID 27880 (started by wangf in D:\hxzkapp\hxzkapp-boot) |
| | | 2025-01-21 09:47:51.731 INFO 27880 --- [ main] c.h.HxzkappBootApplicationTests : No active profile set, falling back to 1 default profile: "default" |
| | | 2025-01-21 09:47:53.127 INFO 27880 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode |
| | | 2025-01-21 09:47:53.130 INFO 27880 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. |
| | | 2025-01-21 09:47:53.166 INFO 27880 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 0 Redis repository interfaces. |
| | | 2025-01-21 09:47:53.630 INFO 27880 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$6d0a8c4e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) |
| | | 2025-01-21 09:47:53.697 INFO 27880 --- [ main] .w.s.a.s.AnnotationActionEndpointMapping : Supporting [WS-Addressing August 2004, WS-Addressing 1.0] |
| | | 2025-01-21 09:47:53.990 INFO 27880 --- [ main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource |
| | | 2025-01-21 09:47:54.267 INFO 27880 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited |
| | | 2025-04-18 15:08:54.327 INFO 8492 --- [ main] c.h.HxzkappBootApplicationTests : Starting HxzkappBootApplicationTests using Java 1.8.0_402 on DESKTOP-RLP2BIH with PID 8492 (started by wangf in D:\hxzkapp\hxzkapp-boot) |
| | | 2025-04-18 15:08:54.328 INFO 8492 --- [ main] c.h.HxzkappBootApplicationTests : No active profile set, falling back to 1 default profile: "default" |
| | | 2025-04-18 15:08:55.464 INFO 8492 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode |
| | | 2025-04-18 15:08:55.467 INFO 8492 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. |
| | | 2025-04-18 15:08:55.500 INFO 8492 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 0 Redis repository interfaces. |
| | | 2025-04-18 15:08:56.001 INFO 8492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$519690d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) |
| | | 2025-04-18 15:08:56.069 INFO 8492 --- [ main] .w.s.a.s.AnnotationActionEndpointMapping : Supporting [WS-Addressing August 2004, WS-Addressing 1.0] |
| | | 2025-04-18 15:08:56.385 INFO 8492 --- [ main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource |
| | | 2025-04-18 15:08:56.631 INFO 8492 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited |
| | | Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter. |
| | | Registered plugin: 'com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor@5c9934da' |
| | | Registered plugin: 'com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor@39ee94de' |
| | | Property 'mapperLocations' was not specified. |
| | | _ _ |_ _ _|_. ___ _ | _ |
| | | | | |\/|_)(_| | |_\ |_)||_|_\ |
| | | / | |
| | | 3.4.0 |
| | | This "id" is the table primary key by default name for `id` in Class: "com.hxzkappboot.pojo.TbTag",So @TableField will not work! |
| | | 2025-01-21 09:47:58.017 WARN 27880 --- [ main] .s.s.UserDetailsServiceAutoConfiguration : |
| | | 2025-04-18 15:09:00.056 WARN 8492 --- [ main] .s.s.UserDetailsServiceAutoConfiguration : |
| | | |
| | | Using generated security password: 9d769ec3-a819-4303-9da4-1f71ad2d91b1 |
| | | Using generated security password: bc6230f6-553f-4203-9af7-4a29ac22c7aa |
| | | |
| | | This generated password is for development use only. Your security configuration must be updated before running your application in production. |
| | | |
| | | 2025-01-21 09:47:58.213 INFO 27880 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@584ca390, org.springframework.security.web.context.SecurityContextPersistenceFilter@44dfdd58, org.springframework.security.web.header.HeaderWriterFilter@52ba685a, org.springframework.web.filter.CorsFilter@33324c05, org.springframework.security.web.authentication.logout.LogoutFilter@47fcefb3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@72a8361b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4652c74d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@37d3e140, org.springframework.security.web.session.SessionManagementFilter@681e913c, org.springframework.security.web.access.ExceptionTranslationFilter@52f8a6f4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@49232c6f] |
| | | 2025-01-21 09:47:59.150 INFO 27880 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [META-INF/resources/index.html] |
| | | 2025-01-21 09:48:00.517 INFO 27880 --- [ main] c.h.HxzkappBootApplicationTests : Started HxzkappBootApplicationTests in 9.265 seconds (JVM running for 10.554) |
| | | 2025-04-18 15:09:00.270 INFO 8492 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@79252c83, org.springframework.security.web.context.SecurityContextPersistenceFilter@756808cc, org.springframework.security.web.header.HeaderWriterFilter@5939e24, org.springframework.web.filter.CorsFilter@6fbf5db2, org.springframework.security.web.authentication.logout.LogoutFilter@c48b543, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5012c571, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3a0b6a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@509a6095, org.springframework.security.web.session.SessionManagementFilter@5f8f1712, org.springframework.security.web.access.ExceptionTranslationFilter@62f9c790, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@14d8e132] |
| | | 2025-04-18 15:09:01.337 INFO 8492 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [META-INF/resources/index.html] |
| | | 2025-04-18 15:09:02.747 INFO 8492 --- [ main] c.h.HxzkappBootApplicationTests : Started HxzkappBootApplicationTests in 8.886 seconds (JVM running for 10.485) |
| | | ]]></system-out> |
| | | </testcase> |
| | | </testsuite> |
| | |
| | | ------------------------------------------------------------------------------- |
| | | Test set: com.hxzkappboot.HxzkappBootApplicationTests |
| | | ------------------------------------------------------------------------------- |
| | | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.21 s -- in com.hxzkappboot.HxzkappBootApplicationTests |
| | | Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.900 s -- in com.hxzkappboot.HxzkappBootApplicationTests |