search

Home  >  Q&A  >  body text

java - 怎样通过注解找到对应的源码实现类

PHPzPHPz2898 days ago316

reply all(2)I'll reply

  • 怪我咯

    怪我咯2017-04-18 10:41:22

    Just click ctrl to view it, but eclipse also needs to configure the src file, and idea will directly decompile it for you

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 10:41:22

    Write a small demo in eclipse, for example
    1. Hold down Ctrl and click requestMapping

    2. At this time, you will be prompted to attach the source code. If you have the source code, you can import it

    3. If not Click the eclipse Marketplace in the help in the top navigation bar

    4. Enter attach source to find the corresponding plug-in and click install

    5. After installation, restart eclipse and you will find this attach source. You will automatically download the source code after clicking it. Just

    follow the steps and wish you success! !

    reply
    0
  • Cancelreply