| | |
| | | package com.qxueyou.scc; |
| | | |
| | | //import org.junit.Test; |
| | | //import org.junit.runner.RunWith; |
| | | //import org.springframework.boot.test.context.SpringBootTest; |
| | | //import org.springframework.test.context.junit4.SpringRunner; |
| | | // |
| | | //@RunWith(SpringRunner.class) |
| | | //@SpringBootTest |
| | | //public class SccApplicationTests { |
| | | // |
| | | // @Test |
| | | // public void contextLoads() { |
| | | // } |
| | | // |
| | | //} |
| | | import org.junit.Test; |
| | | import org.junit.runner.RunWith; |
| | | import org.springframework.boot.test.context.SpringBootTest; |
| | | import org.springframework.test.context.junit4.SpringRunner; |
| | | import org.springframework.util.DigestUtils; |
| | | |
| | | @RunWith(SpringRunner.class) |
| | | @SpringBootTest |
| | | public class SccApplicationTests { |
| | | |
| | | @Test |
| | | public void contextLoads() { |
| | | |
| | | String newPassword= DigestUtils.md5DigestAsHex(("ccaa2322-2d5e-4981-af79-23d69378a18c"+"0000").getBytes()); |
| | | System.out.println(newPassword); |
| | | } |
| | | |
| | | } |