Swagger 快速上手 1. Maven 依赖如下 <!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger2 --> <dependency> <groupId>io.springfox</groupId> <a ...
分类:
其他好文 时间:
2021-06-02 10:44:59
阅读次数:
0
##1.1 总体介绍 1、项目会使用一个Dept部门模块做一个微服务通用案例 Consumer消费者(Client)通过REST调用Provider提供者(Server)提供的服务。 Maven的分包分模块架构 一个简单的Maven模块结构是这样的: -- app-parent:一个父项目(app- ...
分类:
编程语言 时间:
2021-06-02 10:32:21
阅读次数:
0
mvn install:install-file -Dfile=5upay-sdk-java-webox.jar -DgroupId=com.pay -DartifactId=sdk -Dversion=1.0 -Dpackaging=jar -DlocalRepositoryPath=C:\Use ...
分类:
其他好文 时间:
2021-05-25 18:13:36
阅读次数:
0
解决办法如下:将idea的构建和运行托管到maven下面 ...
分类:
编程语言 时间:
2021-05-24 17:09:26
阅读次数:
0
** 原因:本地缓存不存在该插件的版本 ** 检查路径: C:\Users\ASUS.m2\repository\org\apache\maven\plugins\maven-compiler-plugin ** 如果有,就重启项目。没有对应的话,就把本地缓存的版本输入进去 ...
分类:
Web程序 时间:
2021-05-24 16:34:41
阅读次数:
0
Maven测试Mybatis出现Could not find resource报错 1.注意Mybatis核心文件的编写 官网 <mappers> <mapper resource="org/mybatis/example/BlogMapper.xml"/> </mappers> 改写成自己 <ma ...
分类:
其他好文 时间:
2021-05-24 16:01:13
阅读次数:
0
字符流:查码表 字节流:不查码表 UTF-8:1汉字三字节 GBK:1汉字两个字节,且最高位都是1 ASCll:占1字节,没汉字。分控制字符(0-31),常规字符(32-127),扩展字符(最高位1) 编码:字符->码表->数字 解码:数字->码表->字符 本地文件到IDE显示中间可能要经过服务器的 ...
分类:
其他好文 时间:
2021-05-24 15:50:48
阅读次数:
0
配置方法: 在以下位置加入: <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central< ...
分类:
其他好文 时间:
2021-05-24 15:32:28
阅读次数:
0
SpringBoot官网:https://github.com/spring-projects/spring-boot SpringBoot项目在2.3.0之前是使用Maven构建项目的,在2.3.0之后是使用Gradle构建项目了 本章将介绍2种方式的源码编译构建 SpringBoot-2.2.5 ...
分类:
编程语言 时间:
2021-05-24 13:23:31
阅读次数:
0
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc ...
分类:
其他好文 时间:
2021-05-24 12:05:49
阅读次数:
0