reghao 2 minggu lalu
induk
melakukan
a22c5fbcd1

+ 1 - 1
oss-mgr/src/main/resources/application.yml

@@ -26,7 +26,7 @@ server:
       timeout: 10m
 spring:
   application:
-    name: admin-service
+    name: oss-mgr
   profiles:
     active: @profile.active@
   mvc:

+ 0 - 17
oss-store/pom.xml

@@ -74,23 +74,6 @@
             <version>3.3.6</version>
         </dependency>
 
-        <!--<dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-codec-http</artifactId>
-            <version>${netty.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-epoll</artifactId>
-            <classifier>linux-x86_64</classifier>
-            <version>${netty.version}</version>
-        </dependency>-->
-
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>

+ 2 - 8
oss-store/src/main/resources/application.yml

@@ -15,11 +15,5 @@ dubbo:
 spring:
   application:
     name: oss-store
-oss:
-  port: 8020
-  store-host: 127.0.0.1
-  ssd-dir: /opt/disk/ssd
-  hdd-dirs:
-    - /disk/hdd1
-  console-host: 127.0.0.1
-  console-port: 18010
+  profiles:
+    active: @profile.active@