diff --git a/config/development.ts b/config/development.ts index 6cef411..aff5e94 100644 --- a/config/development.ts +++ b/config/development.ts @@ -19,7 +19,7 @@ export default { host: 'localhost', port: 3306, username: 'root', - password: 'Hxl1314521', + password: 'root', database: 'Starlight', }, }, diff --git a/src/main.ts b/src/main.ts index 001b269..0c4f4b7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -52,7 +52,7 @@ async function bootstrap() { //全局响应拦截器 app.useGlobalInterceptors(new GresponseinterceptorInterceptor()); // 全局异常捕获 - app.useGlobalFilters(new GexceptionsfilterFilter()); + // app.useGlobalFilters(new GexceptionsfilterFilter()); // 从配置文件的信息中启动服务 const listenConfig = appConfig.get('master');