-
composedtask started by schedules on k8s do not have the param executionid.
and parent-execution-id comes from the executionid param when start the composedtaskrunner.
composedtaskrunner images:…
-
## 数据库访问
### DAO
- Data Access Object
- 数据访问相关接口
![17](https://cloud.githubusercontent.com/assets/2803069/13904439/c998a776-eedb-11e5-8083-acb412472808.png)
### ORM
- Object Relation Mapping
- 对象关系映…
-
Related to: https://github.com/spring-projects/spring-data-jdbc/issues/544
As commented in https://github.com/spring-projects/spring-data-jdbc/issues/544#issuecomment-868181965, currently we cannot…
-
Versions:
HikariCP:3.2.0
Spring boot 2.1.3.RELEASE
h2.database:2.1.4
All pulled in via spring boot 2.1.3.RELEASE
Datasource config looks like this
```
`@Configuration
public class Database…
-
Nice repo.
But, If I am using this H2 setting it won't run.
org.h2.jdbc.JdbcSQLException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost" [9…
-
`spring-cloud-bindings` injects database connection url for [oracle](https://github.com/spring-cloud/spring-cloud-bindings/blob/d100e81d47d05cdd29e5440f6f89fb7948a31405/src/main/java/org/springframewo…
-
http://blog.csdn.net/yulsh/article/details/71473597
-
**Describe the bug**
With the changes of https://github.com/spring-cloud/spring-cloud-gateway/issues/3405 (introduced in version 4.1.4) the error handling does not work properly any more when using…
-
## Environment
**Liquibase Version**: 3.9.0
**Liquibase Integration & Version**: maven
**Liquibase Extension(s) & Version**: liquibase-hibernate5:3.8
**Database Vendor & Version**: sql server 201…
-
Estou tentandoi configurar o projeto para o Mysql mudando o aplication.properties:
server.port=8080
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://lo…