Easter79 Easter79
3年前
springboot2.0结合freemarker生成静态化页面
\TOC\使用freemarker将页面生成html文件,本节测试html文件生成的方法:1、使用模板文件静态化定义模板文件,使用freemarker静态化程序生成html文件。2、使用模板字符串静态化定义模板字符串,使用freemarker静态化程序生成html文件。1\.pom.xml
Easter79 Easter79
3年前
springboot+cfx实现webservice功能
一、开发服务端1、新建工程 cfxwebservice,最终的完整工程如下:!(https://oscimg.oschina.net/oscnet/b5d450fe5b7b86ff0f4fcb1dc9efe08854b.png)pom.xml如下:<?xmlversion"1.0"encoding"UTF8"
Easter79 Easter79
3年前
springboot热部署实战
每次代码改动后都需要重新手动Run项目,心累,在网上找了下,发现SpringBoot提供了热部署的方案,改动代码后自动编译打包,现在将热部署的配置方法记下来:第一步:在pom.xml中添加依赖,导入springbootdevtools<dependency<groupIdorg.springframework
Easter79 Easter79
3年前
ssm 找不到配置文件
项目结构!(https://oscimg.oschina.net/oscnet/f50d20d20bc5327724ed2fcc900b2dae709.jpg)由于想把mybatis的mapper文件和dao层放到一起所以在pom中添加了!(https://oscimg.oschina.net/oscnet/ce0d806ea7
Wesley13 Wesley13
3年前
Java 实战 spingboot
上一篇我们讲了springboot中如何使用Redis这一片,要写关于springboot中如何使用rabbitmq同样,pom.xml文件配置rabbitmq的依赖!(https://oscimg.oschina.net/oscnet/322015d3eca035ed09071c529f8d0d2ca1d.png)
Stella981 Stella981
3年前
Eclipse中打包maven项目
IntelliJIDEA打包成war(包括maven项目)点击打开链接(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fjostin.top%2F%3Fid%3D53)首先要在maven项目中的pom.XML中配置好需要的配置:1<projectxmlns"http
Stella981 Stella981
3年前
SpringBoot热部署与启动速度优化
SpringBoot热部署  默认情况下SpringBoot是不支持热部署的,所以当每次修改代码的时候,都需要重新启动服务器,这个是非常浪费时间的,所以可以在pom.xml文件里面导入以下依赖1<dependency2<groupIdorg.springframework.boot</groupId
Easter79 Easter79
3年前
SpringBoot整合swagger2
项目结构一如我以前风格,首先我们看下项目结构,让我们大致了解下demo里面都有哪些类和配置(部分类和包被我擦掉了,因为和本文无关)!(http://static.oschina.net/uploads/space/2016/0630/130318_7sqj_253469.png)pom配置这里主要的就是添加了swagge
Stella981 Stella981
3年前
SpringBoot整合swagger2
项目结构一如我以前风格,首先我们看下项目结构,让我们大致了解下demo里面都有哪些类和配置(部分类和包被我擦掉了,因为和本文无关)!(http://static.oschina.net/uploads/space/2016/0630/130318_7sqj_253469.png)pom配置这里主要的就是添加了swagge
Stella981 Stella981
3年前
SpringBoot内嵌Tomcat开启APR模式(运行环境为Centos7)
网上查到的一些springboot内嵌的tomcat开启apr的文章,好像使用的springboot版本较老,在SpringBoot2.0.4.RELEASE中已经行不通了。自己整理了一下,供参考。运行环境:Centos7,JDK1.81.pom.xml代码如下:<projectxmlns"http://maven.apache