java8源码-springboot:弹簧靴

时间:2024-06-24 14:15:06
【文件属性】:

文件名称:java8源码-springboot:弹簧靴

文件大小:174KB

文件格式:ZIP

更新时间:2024-06-24 14:15:06

系统开源

java8 源码 spring-boot的微调属性 example server: port: 9000 spring: datasource: url: jdbc:mysql://localhost:3306/test?useSSL=false username: root password: root #这里如果不配数据源,spring-boot-start:jdbc自动装配使用默认数据源tomcat-jdbc type: com.zaxxer.hikari.HikariDataSource #driver可以省略,自动装配可以根据url自动识别 driver-class-name: com.mysql.jdbc.Driver initial-size: 1 maximum-pool-size: 10 connection-timeout: 5000 #开发环境设置false(这样改动前段不需重启应用了),生产去掉该配置,使用默认的true thymeleaf: cache: false #request before '/static/**' will control with


网友评论