mirror of
https://github.com/ethauvin/rife2-bld-hello.git
synced 2025-04-28 01:58:12 -07:00
Initial bld bootstrap template
This commit is contained in:
parent
01dc74fdb0
commit
0c13c8b968
30 changed files with 647 additions and 0 deletions
11
src/main/java/hello/AppSiteUber.java
Normal file
11
src/main/java/hello/AppSiteUber.java
Normal file
|
@ -0,0 +1,11 @@
|
|||
package hello;
|
||||
|
||||
import rife.engine.Server;
|
||||
|
||||
public class AppSiteUber extends AppSite {
|
||||
public static void main(String[] args) {
|
||||
new Server()
|
||||
.staticUberJarResourceBase("webapp")
|
||||
.start(new AppSiteUber());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue