登入

HT 黄涛 / apidemo · 文件

GitLab

  • 转到仪表盘
  • 项目
  • 活动
  • 文件
  • 提交
  • 构建 0
  • 图表
  • 里程碑
  • 问题 0
  • 合并请求 0
  • 标记
  • 维基
  • 派生
  • 网络
  • apidemo
  • src
  • main
  • resources
  • application.yml
  • add controller
    53ded9b7
    HT 黄涛 在
    2019-10-09 11:45:11 +0800  
    创建 浏览文件 »
application.yml 245 Bytes
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
server:
  port: 8080
  servlet:
    context-path: /api

spring:
  datasource:
    name: postgresqlDataSource
    url:  jdbc:postgresql://192.168.200.149:5432/gisdata
    username: gisdata
    password: gisdata

security:
  oauth2:
    resource: