application.yml 357 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
debug: false
server:
port: 8080
spring:
application:
name: talkonlineweb
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
username: platform
password: platform123
# profiles:
# active:


excludePath: login,test1,test2