Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add snippet for configuring Panache #90

Closed
lordofthejars opened this issue Sep 24, 2019 · 0 comments · Fixed by #92
Closed

Add snippet for configuring Panache #90

lordofthejars opened this issue Sep 24, 2019 · 0 comments · Fixed by #92
Assignees
Labels
enhancement New feature or request snippets
Milestone

Comments

@lordofthejars
Copy link

Create a custom snippet to set the configuration properties for Panache:

"Add Panache properties": {
		"prefix": "qpm",
		"body": [
			"quarkus.datasource.url=${1:jdbc:mariadb://localhost:3306/mydb}",
			"quarkus.datasource.driver=${2:org.mariadb.jdbc.Driver}",
			"quarkus.datasource.username=${3:developer}",
			"quarkus.datasource.password=${4:developer}",
			"quarkus.hibernate-orm.database.generation=${4:update}"
		],
		"description": "Configure Quarkus Panache"
	}
@fbricon fbricon self-assigned this Sep 25, 2019
@fbricon fbricon added enhancement New feature or request snippets labels Sep 25, 2019
@fbricon fbricon added this to the 1.1.0 milestone Sep 25, 2019
@xorye xorye changed the title Create snippet for configuring Panache Add snippets for configuring Panache Oct 17, 2019
@xorye xorye changed the title Add snippets for configuring Panache Add snippet for configuring Panache Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request snippets
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants