npm install moduleName 命令 安装模块到项目node_modules目录下。 不会将模块依赖写入devDependencies或dependencies 节点。 运行 npm install 初始化项目时不会下载模块。 npm install -g moduleName 命令 ...
分类:
其他好文 时间:
2019-12-04 20:26:34
阅读次数:
114
pom的依赖配置: 1 <dependencies> 2 <dependency> 3 <groupId>org.mybatis</groupId> 4 <artifactId>mybatis</artifactId> 5 <version>3.4.5</version> 6 </dependenc ...
分类:
其他好文 时间:
2019-12-03 18:16:02
阅读次数:
88
Register the Microsoft key register the product repository Install required dependencies 参考网址:https://docs.microsoft.com/zh-cn/dotnet/core/install/lin ...
分类:
Web程序 时间:
2019-12-03 15:30:51
阅读次数:
219
<dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.8</version> </dependency> <dependen ...
分类:
其他好文 时间:
2019-12-02 13:38:48
阅读次数:
249
导入依赖 将所有的依赖都导入到父工程当中,供所有的子工程使用; <dependencies> <!-- https://mvnrepository.com/artifact/org.springframework/spring-beans --> <dependency> <groupId>org. ...
分类:
其他好文 时间:
2019-12-01 09:21:32
阅读次数:
85
1.数据库结构 2.项目结构 3.pom.xml文件 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> < ...
分类:
编程语言 时间:
2019-12-01 09:17:14
阅读次数:
98
将redis作为缓存 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dep ...
分类:
其他好文 时间:
2019-11-27 20:38:10
阅读次数:
85
构建项目及配置 pom.xml <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb-reactive</artifac ...
分类:
数据库 时间:
2019-11-25 15:08:40
阅读次数:
74
1.创建一个模块Eureka_user_service_2000和一个Eureka_order_serice_3000的两个客服端(下面只有一个的,自己改一下就可以了) 在pom中 <dependencies> <dependency> <groupId>org.springframework.cl ...
分类:
编程语言 时间:
2019-11-25 09:55:28
阅读次数:
72
2.1一样先导包 <!--使用shiro需要先导包--> <dependencies> <!--shiro的核心包--> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <ver ...
分类:
其他好文 时间:
2019-11-24 12:19:49
阅读次数:
66