Missing artifact org.springframework.boot:spring-boot-starter-parent:jar:1.3.2.RELEASE
You’re getting this error because there is no jar artifact for spring-boot-starter-parent in maven central, since spring-boot-starter-parent uses pom packaging. The reason for that is because it’s intended to lớn be used as a parent pom.
Bạn đang xem: Công việc trực tuyến
Solution:
Must địa chỉ pom-parent as parent lớn project.
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
Solution:
This compilation unit is not on the build path of a Java project

Point to latest installed JDK folder.
Xem thêm: Ah La Gì Trên Facebook ? Bảng Thuật Ngữ Quảng Cáo Của Facebook
Network cấp độ connection lớn peer localhost; retrying after delay
ERROR 3144 --- [et_localhost-12> c.n.e.cluster.ReplicationTaskProcessor : Network cấp độ connection khổng lồ peer localhost; retrying after delaycom.sun.jersey.api.client.ClientHandlerException: org.apache.http.conn.ConnectTimeoutException: Connect lớn localhost:8761 timed out at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:187) ~[jersey-apache-client4-1.19.1.jar:1.19.1> at com.netflix.eureka.cluster.DynamicGZIPContentEncodingFilter.handle(DynamicGZIPContentEncodingFilter.java:48) ~[eureka-core-1.4.10.jar:1.4.10> at com.netflix.discovery.EurekaIdentityHeaderFilter.handle(EurekaIdentityHeaderFilter.java:27) ~[eureka-client-1.4.10.jar:1.4.10> at com.sun.jersey.api.client.Client.handle(Client.java:652) ~[jersey-client-1.19.1.jar:1.19.1> at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682) ~[jersey-client-1.19.1.jar:1.19.1> at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) ~[jersey-client-1.19.1.jar:1.19.1> at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:570) ~[jersey-client-1.19.1.jar:1.19.1> at com.netflix.eureka.transport.JerseyReplicationClient.submitBatchUpdates(JerseyReplicationClient.java:116) ~[eureka-core-1.4.10.jar:1.4.10> at com.netflix.eureka.cluster.ReplicationTaskProcessor.process(ReplicationTaskProcessor.java:71) ~[eureka-core-1.4.10.jar:1.4.10> at com.netflix.eureka.util.batcher.TaskExecutors$BatchWorkerRunnable.run(TaskExecutors.java:187) [eureka-core-1.4.10.jar:1.4.10> at java.lang.Thread.run(Thread.java:745) [na:1.8.0_92>Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to localhost:8761 timed outSolution:
Could you try khổng lồ change your configuration lượt thích below
eureka: client: registerWithEureka: false fetchRegistry: false service-url: defaultZone: http://localhost:8888/eurekaYou specify server.port: 8888. So your eureka is running on 8888 port. But you didn’t specify any service-url for eureka. So I think that your eureka vps is trying lớn replicate to lớn localhost:8761 because it’s default & you didn’t specify service-url for eureka.
Lombok is not generating getter và setter
Solution:
When starting with a fresh eclipse installation you in fact need khổng lồ “install” Lombok before being able khổng lồ use it.
Go where you Lombok jar is, run it (Example: java -jar lombok-1.16.10.jar). A window should appear, browse khổng lồ your eclipse.exe location.Click on install.Launch Eclipse, update project configuration on all project and voila

Could not exec java with Spring+Maven exit code 1
In my case I just delete “devtools” dependency