@Configuration public class AppConfig { @Bean public User getUser() { return new User(); } }
未完成202012092152