Replies: 1 comment
-
|
that's all right now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can't start stand-alone app
Just it's empty page
The app doesn't fall into AppEntryPoint
Dmitry
`public class App {
}`
`public class RapConfig implements ApplicationConfiguration {
}`
`public class AppEntryPoint extends AbstractEntryPoint {
public AppEntryPoint() {
System.out.println("AppEntryPoint constructor called");
}
}`
Beta Was this translation helpful? Give feedback.
All reactions