parent
4d64abaf50
commit
d2762b3b6d
2 changed files with 18 additions and 0 deletions
@ -0,0 +1,12 @@ |
||||
package com.msdw.tms.service; |
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired; |
||||
import org.springframework.boot.test.context.SpringBootTest; |
||||
|
||||
@SpringBootTest |
||||
public class CheckCodeTest { |
||||
@Autowired |
||||
private UserService userService; |
||||
|
||||
|
||||
} |
Loading…
Reference in new issue