Skip to content

Commit 7da2f76

Browse files
author
muriloalvesdev
committed
properties for swagger
1 parent 8e7410d commit 7da2f76

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

src/main/resources/application-staging.properties

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,18 @@ spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL9Dialect
1111

1212
security.app.jwtSecret=XueeCy61NOddroAgE5gZn7wS
1313
security.app.jwtExpiration=43200000
14+
15+
github.base.url=https://api.github.com/
16+
github.search=search/
17+
github.search.topics=topics/
18+
19+
title.swagger=Documentation for Solicitation of Github Developers
20+
description.swagger=In order to facilitate the visibility of the endpoints, the Swagger application was used
21+
license.swagger=Apache License 2.0
22+
license.url.swagger=https://www.apache.org/licenses/LICENSE-2.0
23+
24+
developer.name=Murilo Alves
25+
developer.email=murilohenrique.ti@outlook.com.br
26+
developer.linkedin=https://www.linkedin.com/in/murilo-alves-66039a150/
27+
28+
version.software=Github Developers 1.0

src/main/resources/application.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ security.app.jwtExpiration=43200000
1414
github.base.url=https://api.github.com/
1515
github.search=search/
1616
github.search.topics=topics/
17+
18+
title.swagger=Documentation for Solicitation of Github Developers
19+
description.swagger=In order to facilitate the visibility of the endpoints, the Swagger application was used
20+
license.swagger=Apache License 2.0
21+
license.url.swagger=https://www.apache.org/licenses/LICENSE-2.0
22+
23+
developer.name=Murilo Alves
24+
developer.email=murilohenrique.ti@outlook.com.br
25+
developer.linkedin=https://www.linkedin.com/in/murilo-alves-66039a150/
26+
27+
version.software=Github Developers 1.0

0 commit comments

Comments
 (0)