collections
/
code
/
impedit
Edit Collection
+ New Snippet
Edit Schema
Duplicate
Download Zip
Export
Import
Factory
Sitemap
Feeds
Rebuild Index
Code ID
A unique ID for this code snippet. No spaces or special characters.
Code
package com.example.addressbook; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class AddressBookApplication { public static void main(String[] args) { SpringApplication.run(AddressBookApplication.class, args); } }
Add your code here.
Save
Delete