sts控制檯輸出tomcat啓動後網址顏色爲黑不爲藍

一個小bug:

最近爲了跑一個新的測試項目,新建了一個工作空間,

在運行項目後,跑出來的網址信息的字體顏色並未像往常一樣變藍,而是直接顯示了黑色,

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building bos_management 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> tomcat7-maven-plugin:2.1:run (default-cli) @ bos_management >>>
[WARNING] The POM for com.oracle:ojdbc6:jar:11.2.0.1.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bos_management ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ bos_management ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< tomcat7-maven-plugin:2.1:run (default-cli) @ bos_management <<<
[INFO]
[INFO] --- tomcat7-maven-plugin:2.1:run (default-cli) @ bos_management ---

[INFO] Running war on http://localhost:9001/

就是這一行的上面一行

[INFO] Using existing Tomcat server configuration at D:\class\bos\bos\bos_management\target\tomcat
[INFO] create webapp with contextPath:
十一月 17, 2017 10:26:14 上午 org.apache.coyote.AbstractProtocol init

信息: Initializing ProtocolHandler ["http-bio-9001"]

在控制檯字顏色的設置中,也沒有找到對應的單獨針對網頁的設置項

問題暫未解決,mark一下


發佈了24 篇原創文章 · 獲贊 11 · 訪問量 5萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章