You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've try your mirco-framework, and found it great !
But I've got some difficulties with your tutoral (https://joddframework.org/)
the code on the web page and the github some times are not the same
the jdbc url required an extra parameter to be used
when using like this, the AppContextListener was never found by the tomcat (NotFoundDefClassException)
so i've try ti use the org.jodd:joy-boot-tomcat8 dependency, and it works (more or less), but still have cross this problems : the joy.props are not loaded
=> need to define manually the dabase properties and to set the table name for the entities
Hi,
I've try your mirco-framework, and found it great !
But I've got some difficulties with your tutoral (https://joddframework.org/)
the code on the web page and the github some times are not the same
the jdbc url required an extra parameter to be used
when using like this, the AppContextListener was never found by the tomcat (NotFoundDefClassException)
so i've try ti use the org.jodd:joy-boot-tomcat8 dependency, and it works (more or less), but still have cross this problems : the joy.props are not loaded
=> need to define manually the dabase properties and to set the table name for the entities
please have a look at the fork with my version
maybe you could pinpoint what I've done wrong, and add a new step about the bootstrap integration
The text was updated successfully, but these errors were encountered: