Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandre Ducarne
ai12-othello
Commits
3d41a2e2
Commit
3d41a2e2
authored
Nov 25, 2019
by
Corentin-Boulanger
Browse files
Remove useless lines in pom.xml and add ServerApp launch in Main
parent
0397aadb
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
3d41a2e2
...
...
@@ -55,8 +55,6 @@
</dependencies>
<build>
<sourceDirectory>
src
</sourceDirectory>
<testSourceDirectory>
src/test
</testSourceDirectory>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
src/main/java/Main.java
View file @
3d41a2e2
package
main.java
;
import
main.java.client.ClientApp
;
import
main.java.server.ServerApp
;
/**
* Main application (use following arguments to run) <br>
...
...
@@ -47,7 +48,7 @@ public class Main {
* @param args
*/
private
static
void
runServerApp
(
String
[]
args
)
{
ServerApp
.
main
(
args
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment