Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

朱海 / VVAS-PicGroup

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • VVAS-PicGroup
  • src
  • main
  • resources
  • application.yml
  • 朱海's avatar
    [add]新增mysql配置,修复d_face_residence表数据被删除的bug · 994fe2a2
    朱海 committed Nov 22, 2024
    994fe2a2 Browse Files
application.yml 263 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
spring:
  profiles:
    active: mysql
  datasource:
    driver-class-name: org.postgresql.Driver
  aop:
    proxy-target-class: true
  messages:
    encoding: UTF-8
    basename: i18n/messages
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8