feat(web): unify web entry, preset config, SSE streaming and dual-pane live logs
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -95,7 +95,7 @@
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>com.svnlog.Main</mainClass>
|
||||
<mainClass>com.svnlog.web.WebApplication</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
@@ -111,7 +111,7 @@
|
||||
</descriptorRefs>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>com.svnlog.Main</mainClass>
|
||||
<mainClass>com.svnlog.web.WebApplication</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user