Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootfahrten
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
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
Mary Cheong Foo
bootfahrten
Commits
3c8aa8ed
Commit
3c8aa8ed
authored
1 year ago
by
Benedikt Elser
Browse files
Options
Downloads
Patches
Plain Diff
Bump versions
parent
d412d328
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+4
-4
4 additions, 4 deletions
pom.xml
src/main/resources/templates/foot.html
+1
-1
1 addition, 1 deletion
src/main/resources/templates/foot.html
with
5 additions
and
5 deletions
pom.xml
+
4
−
4
View file @
3c8aa8ed
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
6.6
</version>
<version>
2.
7.9
</version>
<relativePath/>
<!-- lookup parent from repository -->
<relativePath/>
<!-- lookup parent from repository -->
</parent>
</parent>
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<dependency>
<dependency>
<groupId>
org.webjars
</groupId>
<groupId>
org.webjars
</groupId>
<artifactId>
jquery
</artifactId>
<artifactId>
jquery
</artifactId>
<version>
3.
4.1
</version>
<version>
3.
6.4
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.webjars.bower
</groupId>
<groupId>
org.webjars.bower
</groupId>
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
<dependency>
<dependency>
<groupId>
org.springdoc
</groupId>
<groupId>
org.springdoc
</groupId>
<artifactId>
springdoc-openapi-ui
</artifactId>
<artifactId>
springdoc-openapi-ui
</artifactId>
<version>
1.
5.5
</version>
<version>
1.
7.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -110,4 +110,4 @@
...
@@ -110,4 +110,4 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main/resources/templates/foot.html
+
1
−
1
View file @
3c8aa8ed
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
xmlns:th=
"http://www.thymeleaf.org"
>
xmlns:th=
"http://www.thymeleaf.org"
>
<div
th:fragment=
"foot"
>
<div
th:fragment=
"foot"
>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
th:src=
"@{/webjars/jquery/3.
4.1
/jquery.min.js} "
></script>
<script
th:src=
"@{/webjars/jquery/3.
6.4
/jquery.min.js} "
></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script
th:src=
"@{/webjars/bootstrap/4.5.3/js/bootstrap.min.js}"
></script>
<script
th:src=
"@{/webjars/bootstrap/4.5.3/js/bootstrap.min.js}"
></script>
</div>
</div>
...
...
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