|
|
|
@ -1,36 +1,9 @@
|
|
|
|
|
##正式环境配置
|
|
|
|
|
#server:
|
|
|
|
|
# port: 8080
|
|
|
|
|
#spring:
|
|
|
|
|
# datasource:
|
|
|
|
|
# driverClassName: oracle.jdbc.driver.OracleDriver
|
|
|
|
|
# url: jdbc:oracle:thin:@10.41.213.19:1521/orcl
|
|
|
|
|
# username: system
|
|
|
|
|
# password: Aa12345678
|
|
|
|
|
# rabbitmq:
|
|
|
|
|
# host: 192.168.3.125
|
|
|
|
|
# port: 5672
|
|
|
|
|
## virtual-host: /
|
|
|
|
|
# username: kuma
|
|
|
|
|
# password: 123
|
|
|
|
|
#
|
|
|
|
|
# template:
|
|
|
|
|
# default-receive-queue: StoCAPP
|
|
|
|
|
#
|
|
|
|
|
## url: jdbc:oracle:thin:@192.168.3.125:1521/TC12
|
|
|
|
|
## username: infodba
|
|
|
|
|
## password: infodba
|
|
|
|
|
#mybatis:
|
|
|
|
|
# mapper-locations: classpath:mapper/*.xml
|
|
|
|
|
# type-aliases-package: cn.com.connor.bh.bhdemo.demos.web.entity
|
|
|
|
|
# configuration:
|
|
|
|
|
# map-underscore-to-camel-case: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#本地ip:192.168.3.125
|
|
|
|
|
#滨湖环境ip:10.41.72.70
|
|
|
|
|
|
|
|
|
|
spring:
|
|
|
|
|
profiles:
|
|
|
|
|
active: test #需要使用的配置文件的后缀
|
|
|
|
|
active: dev #需要使用的配置文件的后缀
|
|
|
|
|
server:
|
|
|
|
|
port: 8080
|
|
|
|
|
servlet:
|
|
|
|
|