Commit 7704fea9 by Tuukka Kivilahti

säätöä

1 parent d29368d5
......@@ -29,11 +29,6 @@
</webModule>
<webModule>
<groupId>fi.codecrew.moya</groupId>
<artifactId>moya-mgmt</artifactId>
<contextRoot>/mgmt</contextRoot>
</webModule>
<webModule>
<groupId>fi.codecrew.moya</groupId>
<artifactId>moya-angular</artifactId>
<contextRoot>/MoyaNG</contextRoot>
</webModule>
......@@ -62,12 +57,6 @@
<version>1.2-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>fi.codecrew.moya</groupId>
<artifactId>moya-mgmt</artifactId>
<version>1.2-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>fi.codecrew.moya</groupId>
......
*
\ No newline at end of file
# Tuukan notet, vscode
* Java plugarit: vscode:extension/vscjava.vscode-java-pack
* java 1.8 vaaditaan
* vscode:extension/Payara.payara-vscode
* https://docs.payara.fish/community/docs/documentation/ecosystem/vscode-extension/payara-server.html
* http://localhost:8080/MoyaWeb/
* admin / admin
# Getting started
# Notes & manual
* Kääntäminen, mene maven-konttiin sisälle (docker-desctopista "CLI") ja aja siellä `mvn clean install`
......
......@@ -27,7 +27,7 @@ services:
working_dir: /usr/src/moya/code/moya-parent
volumes:
- ../:/usr/src/moya
- ~/.m2:/root/.m2
- .m2:/root/.m2
#
# maven:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!