wang-hao-jie
2021-11-09 5091f531ddb24f8fe5b894ebdad4a9bf60f9a336
1
2
3
4
5
6
7
8
9
10
package cn.exrick.xboot.your.appController;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
 
@RestController
@RequestMapping("/app/login")
@Transactional
public class LoginController {
}