|  |  | @ -2,7 +2,7 @@ | 
			
		
	
		
			
				
					|  |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
			
		
	
		
			
				
					|  |  |  |          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
			
		
	
		
			
				
					|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
			
		
	
		
			
				
					|  |  |  |     <version>0.3.3</version> | 
			
		
	
		
			
				
					|  |  |  |     <version>0.3.4</version> | 
			
		
	
		
			
				
					|  |  |  |     <parent> | 
			
		
	
		
			
				
					|  |  |  |         <groupId>com.epmet</groupId> | 
			
		
	
		
			
				
					|  |  |  |         <artifactId>epmet-message</artifactId> | 
			
		
	
	
		
			
				
					|  |  | @ -118,9 +118,9 @@ | 
			
		
	
		
			
				
					|  |  |  |     <profiles> | 
			
		
	
		
			
				
					|  |  |  |         <profile> | 
			
		
	
		
			
				
					|  |  |  |             <id>dev-local</id> | 
			
		
	
		
			
				
					|  |  |  |             <activation> | 
			
		
	
		
			
				
					|  |  |  |             <!--<activation> | 
			
		
	
		
			
				
					|  |  |  |                 <activeByDefault>true</activeByDefault> | 
			
		
	
		
			
				
					|  |  |  |             </activation> | 
			
		
	
		
			
				
					|  |  |  |             </activation>--> | 
			
		
	
		
			
				
					|  |  |  |             <properties> | 
			
		
	
		
			
				
					|  |  |  |                 <server.port>8085</server.port> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.profiles.active>dev</spring.profiles.active> | 
			
		
	
	
		
			
				
					|  |  | @ -148,28 +148,28 @@ | 
			
		
	
		
			
				
					|  |  |  |         </profile> | 
			
		
	
		
			
				
					|  |  |  |         <profile> | 
			
		
	
		
			
				
					|  |  |  |             <id>dev</id> | 
			
		
	
		
			
				
					|  |  |  |             <!--<activation> | 
			
		
	
		
			
				
					|  |  |  |             <activation> | 
			
		
	
		
			
				
					|  |  |  |                 <activeByDefault>true</activeByDefault> | 
			
		
	
		
			
				
					|  |  |  |             </activation>--> | 
			
		
	
		
			
				
					|  |  |  |             </activation> | 
			
		
	
		
			
				
					|  |  |  |             <properties> | 
			
		
	
		
			
				
					|  |  |  |                 <server.port>8085</server.port> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.profiles.active>dev</spring.profiles.active> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |                 <!-- 数据库配置--> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.datasource.druid.url> | 
			
		
	
		
			
				
					|  |  |  |                     <![CDATA[jdbc:mysql://rm-m5ef9t617j6o5eup7.mysql.rds.aliyuncs.com:3306/epmet_message_dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> | 
			
		
	
		
			
				
					|  |  |  |                     <![CDATA[jdbc:mysql://192.168.1.130:3306/epmet_message?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> | 
			
		
	
		
			
				
					|  |  |  |                 </spring.datasource.druid.url> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.datasource.druid.username>epmet</spring.datasource.druid.username> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.datasource.druid.password>elink@833066</spring.datasource.druid.password> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.datasource.druid.username>epmet_message_user</spring.datasource.druid.username> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.datasource.druid.password>EpmEt-db-UsEr</spring.datasource.druid.password> | 
			
		
	
		
			
				
					|  |  |  |                 <!-- redis配置 --> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.redis.index>0</spring.redis.index> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.redis.host>r-m5eoz5b6tkx09y6bpz.redis.rds.aliyuncs.com</spring.redis.host> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.redis.host>192.168.1.130</spring.redis.host> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.redis.port>6379</spring.redis.port> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.redis.password>EpmEtrEdIs!q@w</spring.redis.password> | 
			
		
	
		
			
				
					|  |  |  |                 <spring.redis.password>123456</spring.redis.password> | 
			
		
	
		
			
				
					|  |  |  |                 <!-- nacos --> | 
			
		
	
		
			
				
					|  |  |  |                 <nacos.register-enabled>true</nacos.register-enabled> | 
			
		
	
		
			
				
					|  |  |  |                 <nacos.server-addr>192.168.10.150:8848</nacos.server-addr> | 
			
		
	
		
			
				
					|  |  |  |                 <nacos.discovery.namespace>67e3c350-533e-4d7c-9f8f-faf1b4aa82ae</nacos.discovery.namespace> | 
			
		
	
		
			
				
					|  |  |  |                 <nacos.server-addr>122.152.200.70:8848</nacos.server-addr> | 
			
		
	
		
			
				
					|  |  |  |                 <nacos.discovery.namespace>fcd6fc8f-ca3a-4b01-8026-2b05cdc5976b</nacos.discovery.namespace> | 
			
		
	
		
			
				
					|  |  |  |                 <nacos.config.namespace></nacos.config.namespace> | 
			
		
	
		
			
				
					|  |  |  |                 <nacos.config.group></nacos.config.group> | 
			
		
	
		
			
				
					|  |  |  |                 <nacos.config-enabled>false</nacos.config-enabled> | 
			
		
	
	
		
			
				
					|  |  | 
 |