Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IDATT1005_2024_Group_19
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Systemutvikling Gruppe 19
IDATT1005_2024_Group_19
Commits
6af22de0
Commit
6af22de0
authored
1 year ago
by
Hans Lawrence Pettersen
Browse files
Options
Downloads
Plain Diff
merge test
parents
04c34882
6e398e78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#253491
failed with stages
in 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/main/java/no/ntnu/idatt1002/demo/repo/MyEntityRepo.java
+4
-0
4 additions, 0 deletions
src/main/java/no/ntnu/idatt1002/demo/repo/MyEntityRepo.java
with
5 additions
and
1 deletion
pom.xml
+
1
−
1
View file @
6af22de0
...
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
no.ntnu.idatt1002.demo
</groupId>
<artifactId>
idatt2002dem
o
</artifactId>
<artifactId>
ProjectRep
o
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<name>
demo
</name>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/no/ntnu/idatt1002/demo/repo/MyEntityRepo.java
+
4
−
0
View file @
6af22de0
...
...
@@ -22,6 +22,10 @@ public class MyEntityRepo {
// Get connection (maybe use pool?)
// Do some SQL
// Return som real data
<<<<<<<
HEAD
=======
// merge test
>>>>>>>
hans
return
new
MyEntity
(
"id"
,
"name"
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment