spring boot + spring data jpa + postgresql yml

server:
  port: 7090
  servlet:
    session:
      timeout: 1440m
spring :
  main:
    allow-bean-definition-overriding: true
  http:
    # Chararcter Encoding filter settings
    encoding:
      charset: UTF-8
      enabled: true
      force: true
    multipart:
      max-file-size: 10M
      max-request-size: 20M
      defaultEncoding: UTF-8
  datasource:
    url: jdbc:postgresql://localhost:5432/postgres
    username: postgres
    password: 123456
    driver-class-name: org.postgresql.Driver
    type: com.alibaba.druid.pool.DruidDataSource
  jpa:
    show-sql: true
    hibernate:
      ddl-auto: none
    properties:
      hibernate:
        temp:
          use_jdbc_metadata_defaults: false
#   jpa方言     dialect: org.hibernate.dialect.MySQL5Dialect
        dialect: org.hibernate.dialect.PostgreSQLDialect
        format_sql: true
#    默认的schema
        default_schema: dev1

logging:
   config: classpath:logback-spring.xml
   logback:
     level: info #info ,debug
     path: D:\test
     appname: medical-api
     maxHistory: 30   #文件保留30天

这是最近做的一个 关于  spring jpa  的demo

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值