Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7704fea9
authored
Nov 06, 2022
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
säätöä
1 parent
d29368d5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
12 deletions
code/moya-ear/pom.xml
docker/.m2/.gitignore
docker/README.md
docker/docker-compose.yml
code/moya-ear/pom.xml
View file @
7704fea
...
...
@@ -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>
...
...
docker/.m2/.gitignore
0 → 100644
View file @
7704fea
*
\ No newline at end of file
docker/README.md
View file @
7704fea
# 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`
...
...
docker/docker-compose.yml
View file @
7704fea
...
...
@@ -27,7 +27,7 @@ services:
working_dir
:
/usr/src/moya/code/moya-parent
volumes
:
-
../:/usr/src/moya
-
~/
.m2:/root/.m2
-
.m2:/root/.m2
#
# maven:
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment