koatty_cli
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -5,3 +5,3 @@ /** | ||
* @ license: Apache License 2.0 | ||
* @ version: 2019-10-16 18:31:53 | ||
* @ version: 2019-12-18 09:47:14 | ||
*/ | ||
@@ -11,3 +11,13 @@ import { Koatty, Bootstrap } from "koatty"; | ||
@Bootstrap() | ||
@Bootstrap( | ||
//bootstrap function | ||
// (app: any) => { | ||
//调整libuv线程池大小 | ||
// process.env.UV_THREADPOOL_SIZE = "128"; | ||
//忽略https自签名验证 | ||
// process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; | ||
//运行环境 | ||
// process.env.RUN_TIME = 'development'; | ||
// } | ||
) | ||
// @ComponentScan('./') | ||
@@ -14,0 +24,0 @@ // @ConfiguationScan('./config') |
@@ -5,3 +5,3 @@ /** | ||
* @ license: Apache License 2.0 | ||
* @ version: 2019-10-30 15:27:21 | ||
* @ version: 2019-12-18 09:49:09 | ||
*/ | ||
@@ -15,2 +15,6 @@ import { Controller, BaseController, GetMaping, PathVariable, RequestBody } from "koatty"; | ||
/** | ||
* Custom constructor | ||
* | ||
*/ | ||
init() { | ||
@@ -17,0 +21,0 @@ //... |
@@ -5,3 +5,3 @@ /** | ||
* @ license: Apache License 2.0 | ||
* @ version: 2019-10-30 15:28:23 | ||
* @ version: 2019-12-18 09:48:56 | ||
*/ | ||
@@ -15,2 +15,6 @@ import { Controller, BaseController, GetMaping } from "koatty"; | ||
/** | ||
* Custom constructor | ||
* | ||
*/ | ||
init() { | ||
@@ -17,0 +21,0 @@ //... |
@@ -5,3 +5,3 @@ /** | ||
* @ license: Apache License 2.0 | ||
* @ version: 2019-11-05 11:14:26 | ||
* @ version: 2019-12-18 09:48:40 | ||
*/ | ||
@@ -18,2 +18,6 @@ import { BaseModel } from "thinkorm"; | ||
/** | ||
* Custom constructor | ||
* | ||
*/ | ||
init() { | ||
@@ -20,0 +24,0 @@ // 模型名称 |
@@ -5,3 +5,3 @@ /** | ||
* @ license: Apache License 2.0 | ||
* @ version: 2019-11-08 12:34:58 | ||
* @ version: 2019-12-18 09:48:19 | ||
*/ | ||
@@ -15,2 +15,6 @@ import { Service, Base } from "koatty"; | ||
/** | ||
* Custom constructor | ||
* | ||
*/ | ||
init() { | ||
@@ -17,0 +21,0 @@ //property |
{ | ||
"name": "koatty_cli", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Koatty command line tool.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
44119
689