73
73
74
74
The project has been generated by Spring Initializer.
75
75
76
- ## Instructions Before Building Project
77
-
78
- ⚠ Make sure NOT to push ` template-settings.xml ` at all times. ⚠
79
-
80
- First of all, generate personal access token with this url : https://github.com/settings/tokens
81
-
82
- - Create one classic token
83
- - Make sure to give project, read: packages , repo scopes
84
- - Give it a name
85
- - Then click on "Generate Token"
86
- - In case of errors, please check [ here] (#Common Maven errors)
87
-
88
76
# Setup Project
89
77
90
78
Run the following command to set up the project:
@@ -93,8 +81,28 @@ Run the following command to set up the project:
93
81
sh setup/setup.sh
94
82
```
95
83
84
+ ` ⚠ Windows Users: Please make sure to run the command inside Git Bash terminal (not PowerShell or CMD). `
85
+
86
+ During the setup process, you will be asked whether you already have a GitHub Personal Access Token.
87
+
88
+ - If you already have one, just paste it.
89
+
90
+ - If not, the script will guide you to generate a new one.
91
+
96
92
#### Don't forget to enable Lombok pre-processing in your IDE!
97
93
94
+ ## Generate GitHub Personal Access Token (Optional)
95
+
96
+ If you prefer to create a token manually before running the setup:
97
+ - Go to : https://github.com/settings/tokens
98
+ - Create one classic token
99
+ - Make sure to give project, read: packages , repo scopes
100
+ - Give it a name
101
+ - Then click on "Generate Token"
102
+ - In case of errors, please check [ here] (#Common Maven errors)
103
+
104
+ ⚠ Copy your token somewhere safe, you will need it during setup.
105
+
98
106
## Running as Docker MySQL container
99
107
100
108
Before running the project, you need to run the following command to start the MySQL container:
@@ -157,7 +165,7 @@ Page.
157
165
158
166
## Postman
159
167
160
- ### [ Documentation] ( https://documenter.getpostman.com/view/26813504/2s93kz55Jz ) & [ Workspace] ( https://www.postman.com/afetyonetimsistemi/workspace /api )
168
+ ### [ Documentation] ( https://documenter.getpostman.com/view/26813504/2s93kz55Jz ) & [ Workspace] ( https://www.postman.com/ays-team /api )
161
169
162
170
---
163
171
0 commit comments