debug: false server: port: 9294 spring: application: name: ConnorServer #Oracle数据库配置 datasource: driver-class-name: oracle.jdbc.OracleDriver url: jdbc:oracle:thin:@172.24.16.143:1521:tc12 username: infodba password: infodba #邮件配置 mail: #苏泊尔邮件发送配置 host: smtp.supor.com username: plmnotice@supor.com password: b@6ae5u&w8q7 from: plmnotice@supor.com port: 2525 properties.mail.smtp.port: 2525 properties.mail.smtp.starttls.enable: false properties.mail.smtp.starttls.required: false properties.mail.smtp.ssl.enable: false default-encoding: utf-8 #康勒邮箱配置,测试用 # host: smtp.connor.net.cn # username: liujl@connor.net.cn # password: Admin@1234 # from: liujl@connor.net.cn # port: 465 # properties.mail.smtp.port: 465 # properties.mail.smtp.starttls.enable: true # properties.mail.smtp.starttls.required: true # properties.mail.smtp.ssl.enable: true # default-encoding: utf-8 #配置rabbitMq 服务器 rabbitmq: #host: 172.24.16.143 #host: 172.24.16.143 host: localhost #host: 172.24.13.163 port: 5672 username: admin password: admin #虚拟host 可以不设置,使用server默认host virtual-host: suporserver #服务器关闭设置 management: endpoints: web: exposure: include: '*' endpoint: shutdown: enabled: true #mybatis配置文件 mybatis: config-location: classpath:mybatis.xml mapper-locations: classpath:com/pjb/springbootjjwt/mapper/*.xml #teamcenter连接配置 teamcenter: #测试机配置 url: http://172.24.16.143:8085/tc user: admin pwd: SuporPlm123 hz_fmsurl: http://HAHPA01PLMVOLM.cn.supor.corp:4544 oem_fmsurl: http://HAHPA01PLMVOLM.cn.supor.corp:4544 sx_fmsurl: http://SHXPA01PLMVOL:4544 kq_fmsurl: http://SHXPA01PLMVOL:4544 wh_fmsurl: http://WUHPA01PLMVOL:4544 fcccash: D:/new_tcserver/FMS_CACHE assignpath: D:/new_tcserver/SCRIPT_DIR hz_group: DQHZ.DQ hz_role: Reader sx_group: DQSX.DQ sx_role: Reader wh_group: CJWH.CJ wh_role: Reader kq_group: DQSX.DQ kq_role: Reader oem_group: DQHZ.DQ oem_role: Reader localdepartmentid: sx picpath: D:\\PICTURE\\ picext: .png #正式机信息 # url: http://HAH01PLMAPP.cn.supor.corp:7001/tc # user: zzhyin # pwd: SuporPlm123 # hz_fmsurl: http://HAHPA01PLMVOLM.cn.supor.corp:4544 # sx_fmsurl: http://SHXPA01PLMVOL:4544 # wh_fmsurl: http://WUHPA01PLMVOL:4544 # fcccash: D:/new_tcserver/FMS_CACHE2 # assignpath: D:/new_tcserver/SCRIPT_DIR