File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,8 @@ spring.jpa.properties.hibernate.show-sql=true
34
34
logging.level.org.hibernate.type.descriptor.sql =DEBUG
35
35
36
36
logging.level.org.hibernate.SQL =DEBUG
37
- spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MariaDBDialect
37
+ spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MariaDBDialect
38
+
39
+ # ## swagger
40
+ springdoc.api-docs.path =/catcher/v3/api-docs
41
+ springdoc.swagger-ui.config-url =/cathcer/v3/api-docs/swagger-config
Original file line number Diff line number Diff line change @@ -35,4 +35,8 @@ spring.jpa.properties.hibernate.show-sql=true
35
35
logging.level.org.hibernate.type.descriptor.sql =DEBUG
36
36
37
37
logging.level.org.hibernate.SQL =DEBUG
38
- spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MariaDBDialect
38
+ spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MariaDBDialect
39
+
40
+ # ## swagger
41
+ springdoc.api-docs.path =/catcher/v3/api-docs
42
+ springdoc.swagger-ui.config-url =/cathcer/v3/api-docs/swagger-config
You can’t perform that action at this time.
0 commit comments