OAuth2 authentication with Jira
Before running the application you need to create a properties file named application-jira.properties
and add
these properties with the appropriate values for your Jira app:
spring.security.oauth2.client.registration.jira.client-id=...
spring.security.oauth2.client.registration.jira.client-secret=...
Run mvn spring-boot:run
from the command line.
Run mvn clean install
from the command line.