| | |
| | | package com.ruoyi.integration; |
| | | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.boot.test.context.SpringBootTest; |
| | | @Slf4j |
| | | @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RuoYiIntegrationApplication.class) |
| | | public class RuoYiIntegrationApplicationTests { |
| | | |
| | | } |
| | | //package com.ruoyi.integration; |
| | | // |
| | | //import lombok.extern.slf4j.Slf4j; |
| | | //import org.springframework.boot.test.context.SpringBootTest; |
| | | //@Slf4j |
| | | //@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RuoYiIntegrationApplication.class) |
| | | //public class RuoYiIntegrationApplicationTests { |
| | | // |
| | | //} |