-
Notifications
You must be signed in to change notification settings - Fork 1
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
add: 新增easy-orm对clickhouse支持 #1
base: main
Are you sure you want to change the base?
Conversation
|
1.我去研究下 |
也可以就放在这里 |
周总你看看我最新的提交呢。 |
* @author dengpengyu | ||
* @date 2023/9/18 16:14 | ||
*/ | ||
public interface Dialect extends Feature { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看上去不应该复制(覆盖)这个类
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的
@@ -23,7 +19,7 @@ | |||
@Data | |||
public class EasyormProperties { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不应该覆盖原是包名以及类
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的
@@ -0,0 +1,3 @@ | |||
# Auto Configure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spring 2.7已经弃用了这种配置方式,应当使用
META-INF
|--- spring
|------org.springframework.boot.autoconfigure.AutoConfiguration.imports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的
周总你看看来着。 |
周总现在呢。差不多写完整了。 |
clickhouse对hsweb的支持需要修改两个仓库hsweb-commons-curd和hsweb-easy-orm。
暂时用这种方式实现对两个仓库的支持,
过段时间把clickhouse的数据类型和java类型匹配上。