Skip to content

Instantly share code, notes, and snippets.

@apalyukha
Created January 7, 2019 13:14
Show Gist options
  • Save apalyukha/9f67ecaa39701f53a3cde05ae4ce4c24 to your computer and use it in GitHub Desktop.
Save apalyukha/9f67ecaa39701f53a3cde05ae4ce4c24 to your computer and use it in GitHub Desktop.
Example: Add db support
compile('org.springframework.boot:spring-boot-starter-data-jpa')
compile('org.postgresql:postgresql')
compile('org.projectlombok:lombok')
compile('javax.xml.bind:jaxb-api')
compile('com.sun.xml.bind:jaxb-core')
compile('com.sun.xml.bind:jaxb-impl')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment