Skip to content
New issue

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

修改 MyBatis-Plus 数据库方言配置 #942

Closed
pirme opened this issue Nov 8, 2022 · 2 comments · Fixed by #972
Closed

修改 MyBatis-Plus 数据库方言配置 #942

pirme opened this issue Nov 8, 2022 · 2 comments · Fixed by #972
Assignees
Labels
good first issue Issues for first-time contributors in: hippo4j-server
Milestone

Comments

@pirme
Copy link
Member

pirme commented Nov 8, 2022

现有设置:

@Configuration
public class MybatisPlusConfig {

    @Value("${spring.profiles.active:mysql}")
    private String profilesActive;
...
}

@Value("${spring.profiles.active:mysql}") 变更为:@Value("${hippo4j.database.dialect:mysql}")

@pirme pirme added good first issue Issues for first-time contributors in: hippo4j-server labels Nov 8, 2022
@pirme pirme added this to the 1.5.0 milestone Nov 8, 2022
@pirme pirme changed the title 修改 MyBatis-Plus 方言设置 修改 MyBatis-Plus 数据库方言配置 Nov 8, 2022
@li-xiao-shuang
Copy link
Member

Please assign it to me

@magestacks
Copy link
Member

@li-xiao-shuang Welcome

magestacks pushed a commit that referenced this issue Nov 11, 2022
* [spring.profiles.active:mysql] to [hippo4j.database.dialect:mysql]

* [spring.profiles.active:mysql] to [hippo4j.database.dialect:mysql]
iwangjie pushed a commit to universeTeam/hippo4j that referenced this issue Nov 12, 2022
* [spring.profiles.active:mysql] to [hippo4j.database.dialect:mysql]

* [spring.profiles.active:mysql] to [hippo4j.database.dialect:mysql]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues for first-time contributors in: hippo4j-server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants