This commit is contained in:
孟帅 2022-02-28 17:42:11 +08:00
parent 853f84e523
commit 8b26a3b1c1
6 changed files with 30 additions and 1 deletions

8
.idea/hotgo.iml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/misc.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/hotgo.iml" filepath="$PROJECT_DIR$/.idea/hotgo.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -27,7 +27,7 @@
## 环境要求 ## 环境要求
- node版本 >= v14.0.0 - node版本 >= v14.0.0
- golang版本 >= v1.16IDE推荐Goland - golang版本 >= v1.16
- IDE推荐Goland - IDE推荐Goland
- mysql版本 >=5.7 - mysql版本 >=5.7
- redis版本 >=5.0 - redis版本 >=5.0

1
hotgo-server/config/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
config.yaml