Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-lopes/idea-spring-live-templates
Provides useful IDEA live templates for Spring application development
https://github.com/f-lopes/idea-spring-live-templates
Last synced: about 1 month ago
JSON representation
Provides useful IDEA live templates for Spring application development
- Host: GitHub
- URL: https://github.com/f-lopes/idea-spring-live-templates
- Owner: f-lopes
- Created: 2015-10-27T07:55:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T19:28:26.000Z (about 9 years ago)
- Last Synced: 2023-08-04T19:11:16.717Z (over 1 year ago)
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# idea-spring-live-templates
Provides useful IDEA live templates for Spring application development## How to import ?
Clone the repository and copy XML file into your IDEA config/templates folder :
https://www.jetbrains.com/idea/help/live-templates.html### Spring.xml
* **@reqmap** : Creates a new Spring controller method annotated with @RequestMapping
* **sprauto** : Autowire a new Spring Bean
* **sprbean** : Creates a new Java Spring Bean definition# Contributing
Feel free to contribute to make better templates.