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

945105.holygrail.0.1.5.source-code.application-dev.yml Maven / Gradle / Ivy

#开发环境配置
spring:
  #数据库
  datasource:
    #地址
    url: jdbc:mysql://localhost:3306/baseFrame?useUnicode=true&characterEncoding=utf8&useSSL=false
    #用户名
    username: root
    #密码
    password: root
#服务器
server:
  #端口号
  port: 8080
  #访问根路径
  context-path: /demo01
#日志
logging:
  #日志文件路径
  file: D:/log/my_log.log
  level: debug




© 2015 - 2025 Weber Informatics LLC | Privacy Policy