| | |
| | | package test; |
| | | |
| | | import com.yeshi.makemoney.app.Application; |
| | | import com.yeshi.makemoney.app.entity.AdminUser; |
| | | import com.yeshi.makemoney.app.entity.admin.AdminUser; |
| | | import com.yeshi.makemoney.app.service.inter.AdminUserService; |
| | | import org.junit.jupiter.api.Test; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.boot.test.context.SpringBootTest; |
| | | import org.yeshi.utils.StringUtil; |
| | | |
| | |
| | | adminUserService.add(adminUser); |
| | | } |
| | | |
| | | public static void main(String[] args) throws InterruptedException { |
| | | Logger logger = LoggerFactory.getLogger("com.yeshi.makemoney.app.aop.SignValidate"); |
| | | logger.error("测试日志"); |
| | | Thread.sleep(1000); |
| | | } |
| | | |
| | | |
| | | } |