weihf
|
804dfb81fd
@IPU_REQ_2022@Springboot版本升级为2.3.1.RELEASE,spring版本升级为5.2.7.RELEASE,tomcat版本升级为9.0.56
|
3 years ago |
huangbo
|
de7eae6749
工程打包镜像输出版本@20211203:1)简化了ipu-assembly-parent中的pom,dockerfile-maven-plugin插件不使用contextDirectory或dockerfile标签。Dockerfile目前需要放置在根目录下。
|
3 years ago |
huangbo
|
12cbd6d1d6
ipu-rest-scaffold优化:优化pom文件,考虑使用<dockerfile>标签。
|
3 years ago |
huangbo
|
0cc28ba996
ipu-rest-scaffold优化:简化pom配置文件,后续需要简化readme文件
|
3 years ago |
weihf
|
55af862666
@IPU_FIXBUG_2021@springsession可以使用和springboot一致的版本;修改session的超时时间不再支持注解@EnableRedisHttpSession;新增直接修改RedisIndexedSessionRepository的超时属性。
|
3 years ago |
weihf
|
1e486774bb
@IPU_FIXBUG_2021@需要降低springsession版本和springboot版本时,需要在具体工程里直接降级,不能提升到ipu-dependencies里。
|
3 years ago |
weihf
|
8b033c4ffb
@IPU_REQ_2021@spring
|
3 years ago |
weihf
|
db628a9454
@IPU_REQ_2021@将dockerfile的缺省目录设置上移到parent pom中
|
3 years ago |
weihf
|
0d08cfb75b
@IPU_REQ_2021@如果把Dockerfile放到子目录中,则必须将系统编译环境迁移到Dockefile所在子目录,否则docker打包时会报找不到文件。
|
4 years ago |
weihf
|
dc06c2b348
@IPU_FIXBUG_2021@weihf@需要将ipu依赖放在前面,优先级更高。
|
4 years ago |
huangbo
|
d62517642d
Spring Session管理@20210225:基于Spring Redis
|
4 years ago |
weihf
|
77347038a4
@IPU_REQ_2021@weihf@使用新pom
|
4 years ago |
weihf
|
3a30dae4bb
@IPU_REQ_2021@weihf@增加上传docker仓库功能
|
4 years ago |
weihf
|
89e99a4707
@IPU_REQ_2021@weihf@使用.tar.gz
|
4 years ago |
weihf
|
57bcd4f89b
@IPU_REQ_2021@weihf@增加使用pom.xml快速生成镜像,将服务镜像上传docker仓库功能
|
4 years ago |
weihf
|
5a9c984478
@IPU_REQ_0043@weihf@添加spring session校验,使用ipu-cache.xml配置session所用redis。
|
4 years ago |
huangbo
|
3fb5293f81
app-conf.js配置文件迁移至应用工程中
|
4 years ago |
huangbo
|
1351b07699
ipu-db和ipu-rest由3.1-SNAPSHOT升级为3.2-SNAPSHOT
|
4 years ago |
huangbo
|
98a4e18a7a
DbSqlController中增加分页的Demo范例
|
4 years ago |
huangbo
|
4fc2ab04f0
1.初始化工程ipu-rest-part-libs。
|
4 years ago |
huangbo
|
0f9ab42019
简化pom。将spring-boot-maven-plugin的引入和调用下层至ipu-rest-libs中。
|
4 years ago |
huangbo
|
091c88d8d2
优化pom.xml文件,将spring-boot-maven-plugin中的<fork>true</fork>下沉至ipu-rest-libs
|
4 years ago |
huangbo
|
587ca2935a
简化application.properties,使用application.yml配置,简化pom.xml
|
4 years ago |
huangbo
|
83e91503df
配置文件优化调整
|
5 years ago |
weihf
|
7cdb8036ee
提交nacos注册中心、配置中心的springboot2.x、springcloud示例工程
|
5 years ago |
weihf
|
d676dd67d4
nacos-client0.6.2解决了0.2.1无法注册服务的bug;nacos使用logback,因此需要引入logback配置文件,否则缺省只输出info和error的日志;实现服务注册。
|
5 years ago |
weihf
|
3b1da40354
添加nacos服务消费代码。nacos通过springboot注册服务有bug:服务注册后权重为0,元数据为空,导致服务消费查不到此服务。因此后续服务注册在ipu-nacos-cloud里提供。
|
5 years ago |
weihf
|
793fc5807d
sprigboot热部署、引入nacos配置中心
|
5 years ago |
weihf
|
af0d35402b
增加springboot优雅停止服务接口
|
5 years ago |
weihf
|
1c49a3371a
重写事务示例,使用新的秘钥。
|
5 years ago |
miaozy
|
f72c5e45b8
ipu-nosql使用范例
|
5 years ago |
miaozy
|
4a2bccc243
引入ipu-nosql组件
|
5 years ago |
huangbo
|
c636199a7e
解决slf4j包实现不匹配问题
|
5 years ago |
huangbo
|
6503cc0449
1.解决log4j相关冲突
|
5 years ago |
weihf
|
5f6a23d48c
pom_part.xml的打包方式是将依赖jar单独打包到zip的lib目录中,命令行运行时只有需要被使用的jar才会被加载。而把所有依赖jar都打包到一个jar里,由于log4j和
|
5 years ago |
huangbo
|
1357cfc71b
新增part打包方式,业务jar可增量更新,区别于默认full打包方式
|
5 years ago |
huangbo
|
540203cfd0
引入commons-logging依赖,使得源码可运行。新增万能证书ipu.lic。
|
5 years ago |
huangbo
|
f6a39f7ead
ipu-sql-mgmt增加<scope>provided</scope>,解决idea报错问题。
|
5 years ago |
huangbo
|
e78db76414
新增SQL管理的使用范例
|
5 years ago |
huangbo
|
6d5fcbbb4c
scaffold更名,配置文件处理
|
5 years ago |