Eclipse – How to know this class belongs to which JAR

摘要: For example, I want to know this SpringBootApplication class belongs to which JAR or dependency :

For example, I want to know this SpringBootApplication class belongs to which JAR or dependency :

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringBootWebApplication {
	public static void main(String[] args) throws Exception {
		SpringApplication.run(SpringBootWebApplication.class, args);

Solution

In Eclipse IDE, double clicks on the class name, press CTRL + SHIFT + T (win/*nix) or CMD + SHIFT + T (mac) to prompt out a small “Open Type” window about the class detail :

Note
This SpringBootApplication class belongs to spring-boot-autoconfigure-1.4.2.RELEASE.jar

References

  1. IntelliJ IDEA – How to know this class belongs to which JAR

上一篇: Spring Boot Configure maxSwallowSize in embedded Tomcat
下一篇: IntelliJ IDEA How to know this class belongs to which JAR
 评论 ( What Do You Think )
名称
邮箱
网址
评论
验证
   
 

 


  • 微信公众号

  • 我的微信

站点声明:

1、一号门博客CMS,由Python, MySQL, Nginx, Wsgi 强力驱动

2、部分文章或者资源来源于互联网, 有时候很难判断是否侵权, 若有侵权, 请联系邮箱:summer@yihaomen.com, 同时欢迎大家注册用户,主动发布无版权争议的 文章/资源.

3、鄂ICP备14001754号-3, 鄂公网安备 42280202422812号