We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
类似springboot,在执行 mvn complier 之后,能够自动解析配置类,并自动形成和yaml配置项的映射关系,实现 yaml 中的配置项代码提示和实体类跳转
@ConfigurationProperties(prefix = "seetaface6.registration") @Data public class FaceRegistrationProperties{ private String name; }
seetaface6.registration: name: aaaaa
The text was updated successfully, but these errors were encountered:
收到
Sorry, something went wrong.
No branches or pull requests
类似springboot,在执行 mvn complier 之后,能够自动解析配置类,并自动形成和yaml配置项的映射关系,实现 yaml 中的配置项代码提示和实体类跳转
The text was updated successfully, but these errors were encountered: