refactor(file): 终于把证书的路径拼接问题修复好了
- 移除生产环境中的 /file 前缀 - 统一文件上传和访问路径 - 修复历史路径格式的兼容性问题 -优化路径拼接逻辑,提高代码可读性和维护性
This commit is contained in:
@@ -139,7 +139,7 @@ public class CertificatePathConcatenationTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testConfigurationProperties() {
|
public void testConfigurationProperties() {
|
||||||
System.out.println("=== 配置属性测试 ===");
|
System.out.println("=== 配置属性测试1 ===");
|
||||||
|
|
||||||
System.out.println("当前环境: " + activeProfile);
|
System.out.println("当前环境: " + activeProfile);
|
||||||
System.out.println("ConfigProperties注入: " + (configProperties != null ? "✅" : "❌"));
|
System.out.println("ConfigProperties注入: " + (configProperties != null ? "✅" : "❌"));
|
||||||
|
|||||||
Reference in New Issue
Block a user