-
-
-
I added some jar files as dependencies to the Spring Native project that compiled and ran successfully.
but,
The compiled executable starts with an error like the following, I don't know where the p…
-
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-01-04 22:02:52.798 ERROR 17377 --- [ main] o.s.boot.SpringApplication …
-
- [x] https://github.com/spring-projects-experimental/spring-native/pull/1420
- [x] https://github.com/mybatis/spring/pull/642 (Update mybatis-spring 2.0.7-SNAPSHOT)
- [x] Set `sqlSessionTemplateBea…
-
```
buildscript {
repositories {
maven {
url 'https://maven.aliyun.com/nexus/content/groups/public/'
allowInsecureProtocol = true
}
maven {
…
li-ml updated
2 years ago
-
**Bug Description**
我建表除了时间其余140个filed都是binary(30)创建,但是写入的时候插入的数值
(![微信图片_20201203180116](https://user-images.githubusercontent.com/66784808/100994467-91592280-3591-11eb-8186-30682252da20.png)多一个就不行…
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphe…
-
## Question
I use distributed sequence generation in my project, and always get the error Column 'order_id' cannot be null
##Version
SpringBoot 2.1.0
ShardingSphere-jdbc 5.0.0
mybatis-spring-…
-
**Bug Description**
我的代码框架使用spring boot订阅kafka消息,然后往tdengine写入数据,使用的是mybatis-plus + HikariCP连接池,并发量是每秒写入3条数据。
我使用批量插入子表数据,写法类似:
```sql
insert into s_table_xxx_pid1 (col1, col2) using s_table(t…