各位大牛,啟動程序出現錯誤 請問是什么原因,該怎么解決,謝謝!急求

1、java.io.FileNotFoundException: C:\Users\LENOVO\.m2\repository\com\sun\xml\bind\jaxb-impl\2.3.0\jaxb-core.jar (系統找不到指定的檔案。)
2、com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host localhost, port 1433 has failed. Error: "connect timed out. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
uj5u.com熱心網友回復:
第一個問題:把C:\Users\LENOVO\.m2\repository\com\sun\xml下的bind檔案夾洗掉,然后在pom.xml中加上如下配置。重新update project
<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-core -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
第二個問題,啟動你的sql server,不會啟動就把你的問題百度一下。。。
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/69317.html
標籤:Eclipse
上一篇:個人帶專案的一點經驗總結
下一篇:若依框架求問
