Skip to content

Commit 44ebbe4

Browse files
author
Shelson Ferrari
committed
ajuste nome do projeto
1 parent d303120 commit 44ebbe4

13 files changed

Lines changed: 153 additions & 153 deletions

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Arquivo README.md
2-
/README.md @33mestre
2+
/README.md @java_base
33

44
# Diretório src/main/java/com/sognisport/
5-
src/main/java/com/sognisport/ @33mestre
5+
src/main/java/com/sognisport/ @java_base
66

77
# Diretório completo
8-
/ @33mestre
8+
/ @java_base

ARCHITECTURE.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -196,23 +196,23 @@ The architecture of this project is designed to be modular and scalable, using D
196196
197197
## Wiki
198198
199-
- [Presentation](https://github.com/33mestre/sognisport/wiki/presentation)
200-
- [Project](https://github.com/33mestre/sognisport/wiki/project)
201-
- [Technical Definitions](https://github.com/33mestre/sognisport/wiki/technical-definitions)
202-
- [Project Structure](https://github.com/33mestre/sognisport/wiki/project-structure)
203-
- [Project Components](https://github.com/33mestre/sognisport/wiki/project-components)
204-
- [Testing](https://github.com/33mestre/sognisport/wiki/testing)
205-
- [Documentation and Swagger](https://github.com/33mestre/sognisport/wiki/documentation-and-swagger)
206-
- [Application Execution](https://github.com/33mestre/sognisport/wiki/application-execution)
207-
- [H2 Database](https://github.com/33mestre/sognisport/wiki/h2-database)
208-
- [CI/CD Pipeline](https://github.com/33mestre/sognisport/wiki/ci-cd-pipeline)
209-
- [Configuration Files](https://github.com/33mestre/sognisport/wiki/configuration-files)
210-
- [Logs and Best Practices](https://github.com/33mestre/sognisport/wiki/logs-and-best-practices)
211-
- [Differentials](https://github.com/33mestre/sognisport/wiki/differentials)
199+
- [Presentation](https://github.com/java_base/sognisport/wiki/presentation)
200+
- [Project](https://github.com/java_base/sognisport/wiki/project)
201+
- [Technical Definitions](https://github.com/java_base/sognisport/wiki/technical-definitions)
202+
- [Project Structure](https://github.com/java_base/sognisport/wiki/project-structure)
203+
- [Project Components](https://github.com/java_base/sognisport/wiki/project-components)
204+
- [Testing](https://github.com/java_base/sognisport/wiki/testing)
205+
- [Documentation and Swagger](https://github.com/java_base/sognisport/wiki/documentation-and-swagger)
206+
- [Application Execution](https://github.com/java_base/sognisport/wiki/application-execution)
207+
- [H2 Database](https://github.com/java_base/sognisport/wiki/h2-database)
208+
- [CI/CD Pipeline](https://github.com/java_base/sognisport/wiki/ci-cd-pipeline)
209+
- [Configuration Files](https://github.com/java_base/sognisport/wiki/configuration-files)
210+
- [Logs and Best Practices](https://github.com/java_base/sognisport/wiki/logs-and-best-practices)
211+
- [Differentials](https://github.com/java_base/sognisport/wiki/differentials)
212212
- **Project Architecture Documentation**
213-
- [Attachments](https://github.com/33mestre/sognisport/wiki/attachments)
214-
- [Licensing](https://github.com/33mestre/sognisport/wiki/licensing)
215-
- [Useful Links](https://github.com/33mestre/sognisport/wiki/useful-links)
213+
- [Attachments](https://github.com/java_base/sognisport/wiki/attachments)
214+
- [Licensing](https://github.com/java_base/sognisport/wiki/licensing)
215+
- [Useful Links](https://github.com/java_base/sognisport/wiki/useful-links)
216216
- [Authors](/AUTHORS.md)
217217
- [Code of Conduct](/CODE_OF_CONDUCT.md)
218218
- [Project Change Log](/CHANGELOG.md)

AUTHORS.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ This project is maintained by:
44

55
| | |
66
|---|---|
7-
| <img src="https://avatars.githubusercontent.com/u/5073958?v=4" alt="Shelson Ferrari's GitHub Profile Picture" width="100" height="100"> | **Shelson Ferrari** - *Desenvolvedor Principal*<br><ul><li><a href="https://github.com/33mestre">GitHub</a></li><li><a href="https://www.linkedin.com/in/shelson/">LinkedIn</a></li><li><a href="mailto:shelson@gmail.com">Email</a></li></ul> |
7+
| <img src="https://avatars.githubusercontent.com/u/5073958?v=4" alt="Shelson Ferrari's GitHub Profile Picture" width="100" height="100"> | **Shelson Ferrari** - *Desenvolvedor Principal*<br><ul><li><a href="https://github.com/java_base">GitHub</a></li><li><a href="https://www.linkedin.com/in/shelson/">LinkedIn</a></li><li><a href="mailto:shelson@gmail.com">Email</a></li></ul> |
88

99
## Wiki
1010

1111
[Home Page](/README.md)
1212

13-
- [Presentation](https://github.com/33mestre/sognisport/wiki/presentation)
14-
- [Project](https://github.com/33mestre/sognisport/wiki/project)
15-
- [Technical Definitions](https://github.com/33mestre/sognisport/wiki/technical-definitions)
16-
- [Project Structure](https://github.com/33mestre/sognisport/wiki/project-structure)
17-
- [Project Components](https://github.com/33mestre/sognisport/wiki/project-components)
18-
- [Testing](https://github.com/33mestre/sognisport/wiki/testing)
19-
- [Documentation and Swagger](https://github.com/33mestre/sognisport/wiki/documentation-and-swagger)
20-
- [Application Execution](https://github.com/33mestre/sognisport/wiki/application-execution)
21-
- [H2 Database](https://github.com/33mestre/sognisport/wiki/h2-database)
22-
- [CI/CD Pipeline](https://github.com/33mestre/sognisport/wiki/ci-cd-pipeline)
23-
- [Configuration Files](https://github.com/33mestre/sognisport/wiki/configuration-files)
24-
- [Logs and Best Practices](https://github.com/33mestre/sognisport/wiki/logs-and-best-practices)
25-
- [Differentials](https://github.com/33mestre/sognisport/wiki/differentials)
26-
- [Project Architecture Documentation](https://github.com/33mestre/sognisport/wiki/architecture)
27-
- [Attachments](https://github.com/33mestre/sognisport/wiki/attachments)
28-
- [Licensing](https://github.com/33mestre/sognisport/wiki/licensing)
29-
- [Useful Links](https://github.com/33mestre/sognisport/wiki/useful-links)
13+
- [Presentation](https://github.com/java_base/sognisport/wiki/presentation)
14+
- [Project](https://github.com/java_base/sognisport/wiki/project)
15+
- [Technical Definitions](https://github.com/java_base/sognisport/wiki/technical-definitions)
16+
- [Project Structure](https://github.com/java_base/sognisport/wiki/project-structure)
17+
- [Project Components](https://github.com/java_base/sognisport/wiki/project-components)
18+
- [Testing](https://github.com/java_base/sognisport/wiki/testing)
19+
- [Documentation and Swagger](https://github.com/java_base/sognisport/wiki/documentation-and-swagger)
20+
- [Application Execution](https://github.com/java_base/sognisport/wiki/application-execution)
21+
- [H2 Database](https://github.com/java_base/sognisport/wiki/h2-database)
22+
- [CI/CD Pipeline](https://github.com/java_base/sognisport/wiki/ci-cd-pipeline)
23+
- [Configuration Files](https://github.com/java_base/sognisport/wiki/configuration-files)
24+
- [Logs and Best Practices](https://github.com/java_base/sognisport/wiki/logs-and-best-practices)
25+
- [Differentials](https://github.com/java_base/sognisport/wiki/differentials)
26+
- [Project Architecture Documentation](https://github.com/java_base/sognisport/wiki/architecture)
27+
- [Attachments](https://github.com/java_base/sognisport/wiki/attachments)
28+
- [Licensing](https://github.com/java_base/sognisport/wiki/licensing)
29+
- [Useful Links](https://github.com/java_base/sognisport/wiki/useful-links)
3030
- **Authors**
3131
- [Code of Conduct](/CODE_OF_CONDUCT.md)
3232
- [Project Change Log](/CHANGELOG.md)

CODE_OF_CONDUCT.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi
4848

4949
[Home Page](/README.md)
5050

51-
- [Presentation](https://github.com/33mestre/sognisport/wiki/presentation)
52-
- [Project](https://github.com/33mestre/sognisport/wiki/project)
53-
- [Technical Definitions](https://github.com/33mestre/sognisport/wiki/technical-definitions)
54-
- [Project Structure](https://github.com/33mestre/sognisport/wiki/project-structure)
55-
- [Project Components](https://github.com/33mestre/sognisport/wiki/project-components)
56-
- [Testing](https://github.com/33mestre/sognisport/wiki/testing)
57-
- [Documentation and Swagger](https://github.com/33mestre/sognisport/wiki/documentation-and-swagger)
58-
- [Application Execution](https://github.com/33mestre/sognisport/wiki/application-execution)
59-
- [H2 Database](https://github.com/33mestre/sognisport/wiki/h2-database)
60-
- [CI/CD Pipeline](https://github.com/33mestre/sognisport/wiki/ci-cd-pipeline)
61-
- [Configuration Files](https://github.com/33mestre/sognisport/wiki/configuration-files)
62-
- [Logs and Best Practices](https://github.com/33mestre/sognisport/wiki/logs-and-best-practices)
63-
- [Differentials](https://github.com/33mestre/sognisport/wiki/differentials)
64-
- [Project Architecture Documentation](https://github.com/33mestre/sognisport/wiki/architecture)
65-
- [Attachments](https://github.com/33mestre/sognisport/wiki/attachments)
66-
- [Licensing](https://github.com/33mestre/sognisport/wiki/licensing)
67-
- [Useful Links](https://github.com/33mestre/sognisport/wiki/useful-links)
51+
- [Presentation](https://github.com/java_base/sognisport/wiki/presentation)
52+
- [Project](https://github.com/java_base/sognisport/wiki/project)
53+
- [Technical Definitions](https://github.com/java_base/sognisport/wiki/technical-definitions)
54+
- [Project Structure](https://github.com/java_base/sognisport/wiki/project-structure)
55+
- [Project Components](https://github.com/java_base/sognisport/wiki/project-components)
56+
- [Testing](https://github.com/java_base/sognisport/wiki/testing)
57+
- [Documentation and Swagger](https://github.com/java_base/sognisport/wiki/documentation-and-swagger)
58+
- [Application Execution](https://github.com/java_base/sognisport/wiki/application-execution)
59+
- [H2 Database](https://github.com/java_base/sognisport/wiki/h2-database)
60+
- [CI/CD Pipeline](https://github.com/java_base/sognisport/wiki/ci-cd-pipeline)
61+
- [Configuration Files](https://github.com/java_base/sognisport/wiki/configuration-files)
62+
- [Logs and Best Practices](https://github.com/java_base/sognisport/wiki/logs-and-best-practices)
63+
- [Differentials](https://github.com/java_base/sognisport/wiki/differentials)
64+
- [Project Architecture Documentation](https://github.com/java_base/sognisport/wiki/architecture)
65+
- [Attachments](https://github.com/java_base/sognisport/wiki/attachments)
66+
- [Licensing](https://github.com/java_base/sognisport/wiki/licensing)
67+
- [Useful Links](https://github.com/java_base/sognisport/wiki/useful-links)

CONTRIBUTING.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thank you for considering contributing to Sognisport! Here are some guidelines t
66

77
### Reporting Bugs
88

9-
If you find a bug, please create an issue on [GitHub Issues](https://github.com/33mestre/sognisport/issues) and provide detailed information about the problem, including steps to reproduce, runtime environment, and any relevant error messages.
9+
If you find a bug, please create an issue on [GitHub Issues](https://github.com/java_base/sognisport/issues) and provide detailed information about the problem, including steps to reproduce, runtime environment, and any relevant error messages.
1010

1111
### Suggesting Improvements
1212

@@ -33,7 +33,7 @@ Contributions to improve the documentation are always welcome! You can suggest i
3333

3434
## Code of Conduct
3535

36-
Please read our [Code of Conduct](https://github.com/33mestre/sognisport/wiki/CODE_OF_CONDUCT) to understand the expectations for contributor behavior.
36+
Please read our [Code of Conduct](https://github.com/java_base/sognisport/wiki/CODE_OF_CONDUCT) to understand the expectations for contributor behavior.
3737

3838
## Acknowledgements
3939

@@ -47,23 +47,23 @@ If you have any questions, contact [shelson@gmail.com](mailto:shelson@gmail.com)
4747

4848
[Home Page](/README.md)
4949

50-
- [Presentation](https://github.com/33mestre/sognisport/wiki/presentation)
51-
- [Project](https://github.com/33mestre/sognisport/wiki/project)
52-
- [Technical Definitions](https://github.com/33mestre/sognisport/wiki/technical-definitions)
53-
- [Project Structure](https://github.com/33mestre/sognisport/wiki/project-structure)
54-
- [Project Components](https://github.com/33mestre/sognisport/wiki/project-components)
55-
- [Testing](https://github.com/33mestre/sognisport/wiki/testing)
56-
- [Documentation and Swagger](https://github.com/33mestre/sognisport/wiki/documentation-and-swagger)
57-
- [Application Execution](https://github.com/33mestre/sognisport/wiki/application-execution)
58-
- [H2 Database](https://github.com/33mestre/sognisport/wiki/h2-database)
59-
- [CI/CD Pipeline](https://github.com/33mestre/sognisport/wiki/ci-cd-pipeline)
60-
- [Configuration Files](https://github.com/33mestre/sognisport/wiki/configuration-files)
61-
- [Logs and Best Practices](https://github.com/33mestre/sognisport/wiki/logs-and-best-practices)
62-
- [Differentials](https://github.com/33mestre/sognisport/wiki/differentials)
63-
- [Project Architecture Documentation](https://github.com/33mestre/sognisport/wiki/architecture)
64-
- [Attachments](https://github.com/33mestre/sognisport/wiki/attachments)
65-
- [Licensing](https://github.com/33mestre/sognisport/wiki/licensing)
66-
- [Useful Links](https://github.com/33mestre/sognisport/wiki/useful-links)
50+
- [Presentation](https://github.com/java_base/sognisport/wiki/presentation)
51+
- [Project](https://github.com/java_base/sognisport/wiki/project)
52+
- [Technical Definitions](https://github.com/java_base/sognisport/wiki/technical-definitions)
53+
- [Project Structure](https://github.com/java_base/sognisport/wiki/project-structure)
54+
- [Project Components](https://github.com/java_base/sognisport/wiki/project-components)
55+
- [Testing](https://github.com/java_base/sognisport/wiki/testing)
56+
- [Documentation and Swagger](https://github.com/java_base/sognisport/wiki/documentation-and-swagger)
57+
- [Application Execution](https://github.com/java_base/sognisport/wiki/application-execution)
58+
- [H2 Database](https://github.com/java_base/sognisport/wiki/h2-database)
59+
- [CI/CD Pipeline](https://github.com/java_base/sognisport/wiki/ci-cd-pipeline)
60+
- [Configuration Files](https://github.com/java_base/sognisport/wiki/configuration-files)
61+
- [Logs and Best Practices](https://github.com/java_base/sognisport/wiki/logs-and-best-practices)
62+
- [Differentials](https://github.com/java_base/sognisport/wiki/differentials)
63+
- [Project Architecture Documentation](https://github.com/java_base/sognisport/wiki/architecture)
64+
- [Attachments](https://github.com/java_base/sognisport/wiki/attachments)
65+
- [Licensing](https://github.com/java_base/sognisport/wiki/licensing)
66+
- [Useful Links](https://github.com/java_base/sognisport/wiki/useful-links)
6767
- [Authors](/AUTHORS.md)
6868
- [Code of Conduct](/CODE_OF_CONDUCT.md)
6969
- [Project Change Log](/CHANGELOG.md)

0 commit comments

Comments
 (0)