Skip to content

Commit cbde6bd

Browse files
Revert "polish"
This reverts commit 2e321f9.
1 parent 2e321f9 commit cbde6bd

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

open-api-spring-boot/src/main/resources/app.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
openapi: 3.0.3
1+
openapi: 3.0.1
22
info:
33
title: spring-boot-jpa-customsequence
4-
license:
5-
name: Apache 2.0
6-
url: http://www.apache.org/licenses/LICENSE-2.0.html
7-
version: 0.0.1
4+
version: v1
85
servers:
96
- url: /
107
paths:
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
server.port=8081
22

3-
openapi.springBootJpaCustomsequence.base-path=http://localhost:8080
4-
#customerController.url=http://localhost:8080
3+
customerController.url=http://localhost:8080

0 commit comments

Comments
 (0)