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
现有设置:
@Configuration public class MybatisPlusConfig { @Value("${spring.profiles.active:mysql}") private String profilesActive; ... }
将 @Value("${spring.profiles.active:mysql}") 变更为:@Value("${hippo4j.database.dialect:mysql}")
@Value("${spring.profiles.active:mysql}")
@Value("${hippo4j.database.dialect:mysql}")
The text was updated successfully, but these errors were encountered:
Please assign it to me
Sorry, something went wrong.
@li-xiao-shuang Welcome
[ISSUE #942] Update configuration properties (#972)
2cef543
* [spring.profiles.active:mysql] to [hippo4j.database.dialect:mysql] * [spring.profiles.active:mysql] to [hippo4j.database.dialect:mysql]
[ISSUE opengoofy#942] Update configuration properties (opengoofy#972)
89669d8
li-xiao-shuang
Successfully merging a pull request may close this issue.
现有设置:
将
@Value("${spring.profiles.active:mysql}")
变更为:@Value("${hippo4j.database.dialect:mysql}")
The text was updated successfully, but these errors were encountered: