
springboot
看克
假如编程易懂得,那么程序员就不会热情地写出注释,也不会有得到编程的快乐。
展开
-
Maven多模块项目Linux中mvn install parent relativepath of pom points at instead...
1.项目分为3个模块app,admin,common2.app,admin有启动类,pom引用父类增加relativePath <parent> <artifactId>qhq</artifactId> <groupId>com.youdu</groupId> <version>0.0.1-SNAPSHOT</version> <relativePat原创 2020-06-22 11:29:09 · 861 阅读 · 0 评论 -
SrpingBoot+Mybatis多数据源
项目结构application数据库主要配置# Tomcat 配置server: port: 8081spring: application: name: spring-boot #数据库 datasource: druid: test1: jdbc-url: jdbc:mysql://127.0.0.1:3306/test1?...原创 2019-12-18 17:29:39 · 121 阅读 · 0 评论 -
springboot中java.lang.IllegalArgumentException: Request header is too large
springboot中内置的tomcat在AbstractHttp11Protocol中在本项目中添加application.propertie中server.max-http-header-size=1048576server.tomcat.max-connections=3000server.tomcat.max-http-post-size=1048576server.tomc原创 2017-12-27 11:35:31 · 3024 阅读 · 0 评论