microsoft / microsoft/vscode-java-debug
Support for overriding properties in Spring Boot apps
還沒有人認領這個 Issue。
- 主要語言
- TypeScript
- 星號
- 591
- 分支
- 429
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 19
描述
From @mattcobley on October 1, 2018 20:28
It would be great if the ability to override values for properties was made available when running/debugging Spring Boot applications.
This would allow a file like application.properties - which might contain variables instead of real values for use with something like Octopus Deploy - to be left as they are, but values for running locally to be specified in the debug config, in a similar manner to the "override properties" feature for Spring Boot apps in Spring Tool Suite:

Copied from original issue: Microsoft/vscode-java-pack#41
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先追蹤 Spring Boot 應用程式在此 Java 偵錯工具中如何接收啟動與偵錯設定;issue 未指定任何儲存庫檔案或測試。當可以透過偵錯設定提供本機值,同時維持 application.properties 不變,並符合所要求的 Spring Tool Suite 風格覆寫行為時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- java, spring-boot
- 領域
- devtools
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100