mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	feat: 新增机器计划任务、数据物理删除调整为逻辑删除、支持记录登录ip归属地等
This commit is contained in:
		@@ -19,6 +19,9 @@ func runWebServer() {
 | 
			
		||||
	// 注册路由
 | 
			
		||||
	web := initialize.InitRouter()
 | 
			
		||||
 | 
			
		||||
	// 初始化其他需要启动时运行的方法
 | 
			
		||||
	initialize.InitOther()
 | 
			
		||||
 | 
			
		||||
	server := config.Conf.Server
 | 
			
		||||
	port := server.GetPort()
 | 
			
		||||
	global.Log.Infof("Listening and serving HTTP on %s", port)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user