init:搭建了整个项目的框架,初步写好了用户系统
This commit is contained in:
9
configs/config.yaml
Normal file
9
configs/config.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
database:
|
||||
host: localhost
|
||||
port: 3306
|
||||
user: root
|
||||
password: 123456
|
||||
dbname: feedsystem
|
||||
Reference in New Issue
Block a user