Skip to content

Commit 11024d2

Browse files
committed
Completed concurra project
1 parent 9a81e68 commit 11024d2

File tree

21 files changed

+980
-0
lines changed

21 files changed

+980
-0
lines changed

Projects/SOPE/.postman/config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"workspace": {
3+
"id": "6719f6f4-2e8b-4d67-8ffe-4d72bbbfea74"
4+
},
5+
"entities": {
6+
"collections": [],
7+
"environments": [],
8+
"specs": [],
9+
"flows": [],
10+
"globals": []
11+
}
12+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"info": {
3+
"_postman_id": "a6871b97-cab5-4482-a008-4c8f3a9d5a6f",
4+
"name": "New Collection",
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6+
},
7+
"item": [
8+
{
9+
"name": "New Request",
10+
"id": "466b4c2c-9cad-485e-ba6c-790927af53a3",
11+
"request": {
12+
"method": "GET",
13+
"header": [],
14+
"url": {
15+
"raw": ""
16+
}
17+
},
18+
"response": []
19+
},
20+
{
21+
"name": "New Request",
22+
"id": "c3b8a52c-ed8a-412e-ad37-e50c94965dad",
23+
"request": {
24+
"method": "GET",
25+
"header": [],
26+
"url": {
27+
"raw": ""
28+
}
29+
},
30+
"response": []
31+
}
32+
]
33+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"id": "a0bc7f0a-04b7-4ecb-b21d-ff706e82c75b",
3+
"name": "Globals",
4+
"values": [],
5+
"_postman_variable_scope": "globals",
6+
"_postman_exported_at": "2026-01-17T10:59:15.822Z"
7+
}

Projects/concurra/.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/mvnw text eol=lf
2+
*.cmd text eol=crlf

Projects/concurra/.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
HELP.md
2+
target/
3+
.mvn/wrapper/maven-wrapper.jar
4+
!**/src/main/**/target/
5+
!**/src/test/**/target/
6+
7+
### STS ###
8+
.apt_generated
9+
.classpath
10+
.factorypath
11+
.project
12+
.settings
13+
.springBeans
14+
.sts4-cache
15+
16+
### IntelliJ IDEA ###
17+
.idea
18+
*.iws
19+
*.iml
20+
*.ipr
21+
22+
### NetBeans ###
23+
/nbproject/private/
24+
/nbbuild/
25+
/dist/
26+
/nbdist/
27+
/.nb-gradle/
28+
build/
29+
!**/src/main/**/build/
30+
!**/src/test/**/build/
31+
32+
### VS Code ###
33+
.vscode/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
wrapperVersion=3.3.4
2+
distributionType=only-script
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip

Projects/concurra/mvnw

Lines changed: 295 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)