File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
oss/oss-shared/src/main/kotlin/io/github/truenine/composeserver/oss/properties Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ org-springframework-modulith = "2.0.0-M1"
5454org-springframework-security = " 6.5.3"
5555org-testcontainers = " 1.21.3"
5656org-testng = " 7.11.0"
57- project = " 0.0.30 "
57+ project = " 0.0.31 "
5858
5959[libraries ]
6060ch-qos-logback-logback-classic = { module = " ch.qos.logback:logback-classic" , version.ref = " ch-qos-logback" }
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ data class OssProperties(
5959 var exposedBaseUrl : String? = null ,
6060
6161 /* * Enable SSL/TLS connection */
62- var enableSsl : Boolean = true ,
62+ var enableSsl : Boolean = false ,
6363
6464 /* * Connection timeout */
6565 var connectionTimeout : Duration ? = DEFAULT_CONNECT_TIMEOUT ,
Original file line number Diff line number Diff line change 11- 继续优化测试用例
2- - 为 特定 文件夹下的 md 文件编写提示词规则并同步
3- - 为 各个 AI 工具编写索引排除,以防止上下文污染
2+ - 编写 testcontainers 简单的单独启动器
You can’t perform that action at this time.
0 commit comments