Commit 7704fea9 by Tuukka Kivilahti

säätöä

1 parent d29368d5
...@@ -29,11 +29,6 @@ ...@@ -29,11 +29,6 @@
</webModule> </webModule>
<webModule> <webModule>
<groupId>fi.codecrew.moya</groupId> <groupId>fi.codecrew.moya</groupId>
<artifactId>moya-mgmt</artifactId>
<contextRoot>/mgmt</contextRoot>
</webModule>
<webModule>
<groupId>fi.codecrew.moya</groupId>
<artifactId>moya-angular</artifactId> <artifactId>moya-angular</artifactId>
<contextRoot>/MoyaNG</contextRoot> <contextRoot>/MoyaNG</contextRoot>
</webModule> </webModule>
...@@ -62,12 +57,6 @@ ...@@ -62,12 +57,6 @@
<version>1.2-SNAPSHOT</version> <version>1.2-SNAPSHOT</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency>
<groupId>fi.codecrew.moya</groupId>
<artifactId>moya-mgmt</artifactId>
<version>1.2-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency> <dependency>
<groupId>fi.codecrew.moya</groupId> <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 # Notes & manual
* Kääntäminen, mene maven-konttiin sisälle (docker-desctopista "CLI") ja aja siellä `mvn clean install` * Kääntäminen, mene maven-konttiin sisälle (docker-desctopista "CLI") ja aja siellä `mvn clean install`
......
...@@ -27,7 +27,7 @@ services: ...@@ -27,7 +27,7 @@ services:
working_dir: /usr/src/moya/code/moya-parent working_dir: /usr/src/moya/code/moya-parent
volumes: volumes:
- ../:/usr/src/moya - ../:/usr/src/moya
- ~/.m2:/root/.m2 - .m2:/root/.m2
# #
# maven: # maven:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!