Easter79 Easter79
3年前
tio
本文讲述如何快速将tio服务整合到SpringBoot项目首先,你需要在pom.xml中引入tiocorespringbootstarter构件<dependency<groupIdorg.tio</groupId<artifactIdtiocorespringboot
Easter79 Easter79
3年前
springboot2.0国际化
springboot2.0配合thymeleaf实现页面国际化1\.引入thymeleaf<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"http://maven.apache.org/POM/4.0.0"xmlns:xsi"http:
Easter79 Easter79
3年前
springboot2.1整合mybatis
1:添加依赖<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"http://maven.apache.org/POM/4.0.0"xmlns:xsi"http://www.w3.org/2001/XMLSchemainstance"xsi
Easter79 Easter79
3年前
springboot集成elastic
1、首先添加引用<!https://mvnrepository.com/artifact/com.dangdang/elasticjoblitecore<!有elasticjoblitespring就不需要下面这个pom引用了,因为已经包含了\<!<dependency<!
lix_uan lix_uan
2年前
Zookeeper学习总结
IDEA环境pom.xmlxmlorg.apache.logging.log4jlog4jcore2.8.2org.apache.zookeeperzookeeper3.5.7log4j.propertiespropertieslog4j.rootLoggerINFO,stdoutlog4j.appender.std
Stella981 Stella981
3年前
Mybatis Generator使用教程
\MybatisGenerator(MBG)的作用:根据库中的表自动生成dao、mapper映射文件、实体类1、pom中引入依赖<plugins<plugin<groupIdorg.mybatis.generator</groupId<a
Easter79 Easter79
3年前
SpringBoot2.0+ 使用Log4j2日志输出
据说Log4j2相比log4j效率有很大提升。1.pom.xml导入<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterweb</ar
Stella981 Stella981
3年前
Maven
在项目pom.xml中指定<build<resources<resource<!控制资源目录下要打包进去的文件,这里为全部打包<directorysrc/main/resources
Stella981 Stella981
3年前
SpringBoot Maven 打包(可运行)
示例工程:SpringBootMaven1.使用SpringBoot自带插件pom.xml文件中添加如下代码:(代码不设置行号,方便后续拷贝。)<build<plugins<plugin<groupIdorg.springframewo