node-web-mvc
Version:
node spring mvc
16 lines (15 loc) • 510 B
TypeScript
import { HotOptions } from '../hmr/src';
import { NodeServerOptions } from './SpringBootApplication';
export default class BootConfiguration {
private readonly annoConfigs;
private serverOptions;
constructor(primarySources: Function[]);
private resolvePaths;
getScanBasePackages(): string[];
getHotOptions(): HotOptions;
getServerOptions(): NodeServerOptions;
getExcludeScan(): string[];
getLaunchLogOff(): boolean;
getPort(): number;
getEanbleSwagger(): boolean;
}