application.yml 405 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
debug: false
server:
port: 9090
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:

logging:
config: classpath:logback-spring.xml

excludePath: login,test1,test2