|
|
@@ -46,10 +46,23 @@ mybatis:
|
|
|
map-underscore-to-camel-case: true
|
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
mapper-locations: classpath*:mapper/**/**.xml
|
|
|
- type-aliases-package: cn.reghao.tnb.admin.app.model.po
|
|
|
+ type-aliases-package: cn.reghao.tnb.admin.model.po
|
|
|
eureka:
|
|
|
instance:
|
|
|
prefer-ip-address: true
|
|
|
client:
|
|
|
register-with-eureka: true
|
|
|
- fetch-registry: true
|
|
|
+ fetch-registry: true
|
|
|
+app:
|
|
|
+ es-host: 192.168.0.81
|
|
|
+ es-port: 9200
|
|
|
+ es-username: elastic
|
|
|
+ es-password: VLTtN03SSJ4lsyyg56kf
|
|
|
+ kafka-uri: 192.168.0.81:9092
|
|
|
+ kafka-topic: NginxLog
|
|
|
+ base-dir: /opt/data/search_data
|
|
|
+ native-lucene-dirname: native_lucene
|
|
|
+ hibernate-lucene-dirname: hibernate_lucene
|
|
|
+ geoip-filename: qqwry.dat
|
|
|
+ geojson-filename: china1.json
|
|
|
+ gatewayAdminUrl: http://localhost:16000
|