# IDE Development
In many IDEs, it is recommended to use goland
IDE for debugging
# SERVER
- Open configuration
- New configuration
Fill in the configuration parameters
init -c=config/settings.dev.yml
Configuration database
Initialization
# Start the project, you can also use goland IDE
for debugging
Open configuration
New configuration
Fill in the configuration parameters
server -c=config/settings.dev.yml
Start up
TIP
Special thanks to Haima students for their support, which played a vital role in maintaining the document