Skip to content

Commit 63f38a8

Browse files
authored
Update LICENSE & NOTICE files (apache#5150)
1 parent 72be532 commit 63f38a8

20 files changed

+9555
-3497
lines changed

eventmesh-admin-server/conf/eventmesh-admin.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# limitations under the License.
1616
#
1717

18-
eventMesh.server.retry.plugin.type=nacos
18+
eventMesh.registry.plugin.type=nacos
1919
eventMesh.registry.plugin.server-addr=localhost:8848

eventmesh-admin-server/src/main/java/org/apache/eventmesh/admin/server/ExampleAdminServer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ public class ExampleAdminServer {
3333
public static void main(String[] args) throws Exception {
3434
ConfigService.getInstance().setConfigPath(AdminServerConstants.EVENTMESH_CONF_HOME).setRootConfig(AdminServerConstants.EVENTMESH_CONF_FILE);
3535
SpringApplication.run(ExampleAdminServer.class);
36-
log.info("wedts-admin start success.");
36+
log.info("admin start success.");
3737
}
3838
}

tools/dist-license/LICENSE

+393-236
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)