Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ org-springframework-modulith = "2.0.0-M1"
org-springframework-security = "6.5.3"
org-testcontainers = "1.21.3"
org-testng = "7.11.0"
project = "0.0.30"
project = "0.0.31"

[libraries]
ch-qos-logback-logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "ch-qos-logback" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ data class OssProperties(
var exposedBaseUrl: String? = null,

/** Enable SSL/TLS connection */
var enableSsl: Boolean = true,
var enableSsl: Boolean = false,

/** Connection timeout */
var connectionTimeout: Duration? = DEFAULT_CONNECT_TIMEOUT,
Expand Down
3 changes: 1 addition & 2 deletions todolist.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- 继续优化测试用例
- 为 特定 文件夹下的 md 文件编写提示词规则并同步
- 为 各个 AI 工具编写索引排除,以防止上下文污染
- 编写 testcontainers 简单的单独启动器
Loading