All Downloads are FREE. Search and download functionalities are using the official Maven repository.

-easy-temple.1.1.9-JDK1.8.source-code.application-jpa.yml Maven / Gradle / Ivy

The newest version!
server:
  port: 1180

spring:
  #数据库配置
  datasource:
    username: root
    password: wujiawei
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/test?useUnicode=true&characterEncoding=utf-8&useSSL=true&allowMultiQueries=true&serverTimezone=Asia/Shanghai




© 2015 - 2024 Weber Informatics LLC | Privacy Policy