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

Version with DB support #4

Open
wants to merge 3 commits into
base: master-db-support
Choose a base branch
from

Conversation

HKayed
Copy link

@HKayed HKayed commented Sep 22, 2021

No description provided.

</systemPropertyVariables>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>${user.home}\bin</maven.home>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You set the maven home directory to your users directory. This may work on your machine, but not on others. For example, if I use this and run a test, it will cause an error. I think <maven.home>${maven.home}</maven.home> should work since it resolves the path to your maven installation, I think

</native.image.path>
<java.util.logging.manager>org.jboss.logmanager.LogManager
</java.util.logging.manager>
<maven.home>${user.home}</maven.home>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the other comment

@GuentherJulian
Copy link

Maybe you can also add a test entity and change the rest service to use the database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants