码迷,mamicode.com
首页 >  
搜索关键字:dependencies    ( 1529个结果
springmvc:整合ssm(mybatis层)
1、创建一个数据库并在里面创建表 2、创建一个项目(Maven) 3、导入依赖: <dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.1 ...
分类:编程语言   时间:2020-05-02 23:05:17    阅读次数:57
SpringBoot整合Mybatis
springBoot整合Mybatis 1.导入依赖 <dependencies> <!-- web支持,SpringMVC, Servlet支持等 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sp ...
分类:编程语言   时间:2020-05-02 21:02:36    阅读次数:67
Springboot整合Mybatis增删改查
1,POM文件加入依赖 <dependencies> <!--Thymeleaf启动器--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</art ...
分类:编程语言   时间:2020-05-02 14:48:56    阅读次数:67
IDEA更改maven仓库
最近更改了IDEA在.m下的默认仓库,出现了一系列的问题,包括maven project下没有Plugins和Dependencies项,或者是此两项内容标红,pom包中 <build> <plugins> <plugin> <groupId>org.springframework.boot</gr ...
分类:其他好文   时间:2020-05-02 11:39:16    阅读次数:71
Springboot登录拦截器
Springboot登录拦截器 和 swagger框架接口自动生成html文档 使用开发工具:IDEA 实现步骤如下 1.需导入的依赖如下: <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifa ...
分类:编程语言   时间:2020-05-02 00:13:36    阅读次数:70
Vue安装vuex
1.安装: 进入项目路径后,在项目终端输入:npm install vuex --save 或者 cnpm install vuex --save 2.安装完成后,会在项目的package.json文件中显示vuex插件,如下: "dependencies": { "vue": "^2.5.2", ...
分类:其他好文   时间:2020-05-01 18:43:35    阅读次数:341
Nacos理论知识
The easiest way to get started is by including the Spring Cloud BOM and then adding spring-cloud-alibaba-dependencies to your application’s classpath. ...
分类:其他好文   时间:2020-05-01 14:44:04    阅读次数:62
SpringBoot入门篇
添加依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependenc ...
分类:编程语言   时间:2020-05-01 13:00:52    阅读次数:61
Akka 集群单例Cluster Singleton
一、简介 集群中Cluster Singleton 集群中有而只一个单例,可应用于集群全局调控,单一运算决策,中央命名服务或中央路由等应用场景 二、依赖 dependencies { compile group: 'com.typesafe.akka', name: 'akka-cluster-ty ...
分类:其他好文   时间:2020-04-30 13:52:51    阅读次数:73
Reading assembly binding log files (Fusion Log)
https://indexoutofrange.com/Could_not_load_file_or_assembly_or_one_of_its_dependencies/ Reading assembly binding log files (Fusion Log) This is my pre ...
分类:其他好文   时间:2020-04-30 11:29:55    阅读次数:63
1529条   上一页 1 ... 15 16 17 18 19 ... 153 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!