- 主题:菜鸟学Java,备受maven困扰
你是说按这样的顺序一个一个拷jar文件么?
+- io.projectreactor:reactor-tools:jar:3.3.9.RELEASE:compile
| \- io.projectreactor:reactor-core:jar:3.3.9.RELEASE:compile
| \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] +- com.google.guava:guava:jar:28.1-jre:compile
[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-con
flict-with-guava:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] | +- org.checkerframework:checker-qual:jar:2.8.1:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.2:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.3:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.18:compile
[INFO] \- org.springframework.boot:spring-boot-starter-test:jar:2.3.3.RELEAS
E:test
[INFO] +- org.springframework.boot:spring-boot-starter:jar:2.3.3.RELEASE:
test
[INFO] | +- org.springframework.boot:spring-boot:jar:2.3.3.RELEASE:test
[INFO] | | \- org.springframework:spring-context:jar:5.2.8.RELEASE:test
[INFO] | | +- org.springframework:spring-aop:jar:5.2.8.RELEASE:test
[INFO] | | +- org.springframework:spring-beans:jar:5.2.8.RELEASE:tes
t
[INFO] | | \- org.springframework:spring-expression:jar:5.2.8.RELEAS
E:test
[INFO] | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.3.3
.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-starter-logging:jar:2.3
.3.RELEASE:test
【 在 RAV4 (hehe) 的大作中提到: 】
: 不知道现在的框架什么样了 我宁可cp各种jar包
--
FROM 114.86.46.*
孤陋了,spring boot已经脱离maven repo存在了?
【 在 lixunhuansk (李寻欢) 的大作中提到: 】
: 直接 Spring boot 别折腾原生了.
--
FROM 114.86.46.*
你看贴主遇到的问题是maven dep冲突么?
【 在 lixunhuansk (李寻欢) 的大作中提到: 】
: 当然没有脱离, 但是一般遇不到 maven 的冲突..
--
FROM 114.86.46.*
不过说实话,绝大部分包都能找到对应的spring-boot-starter之类……
utils小工具基本也带全了
现在加包引用优先去spring boot的parent-pom里搜一搜看看有没有自带
【 在 guestking (无) 的大作中提到: 】
: 只用springboot当然没冲突
: 但是你要是用点别的,该冲突还是会冲突
: springboot不解决依赖包冲突问题
: ...................
--
FROM 114.86.46.*
主流的都有,JMS,AMQP,Kafka
【 在 guestking (无) 的大作中提到: 】
: 常规的大部分都有
: 比如连数据库的,连缓存的
: mq的我不确定有没有starter
: ...................
--
FROM 114.86.46.*
手工配embedded webserver做测试
也就手写一个main()的事情
【 在 lijingpandao (离经叛道) 的大作中提到: 】
: 我现在的maven下载包没问题了,就是偶尔清清缓存
: tomcat7:run的那个问题我就直接不管了,貌似以后也不会用tomcat7了。
--
FROM 180.173.1.*