Skip to content

Commit

Permalink
Update LICENSE & NOTICE files (#5150)
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 authored Dec 19, 2024
1 parent fec19c0 commit 54d5754
Show file tree
Hide file tree
Showing 20 changed files with 9,555 additions and 3,497 deletions.
2 changes: 1 addition & 1 deletion eventmesh-admin-server/conf/eventmesh-admin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# limitations under the License.
#

eventMesh.server.retry.plugin.type=nacos
eventMesh.registry.plugin.type=nacos
eventMesh.registry.plugin.server-addr=localhost:8848
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class ExampleAdminServer {
public static void main(String[] args) throws Exception {
ConfigService.getInstance().setConfigPath(AdminServerConstants.EVENTMESH_CONF_HOME).setRootConfig(AdminServerConstants.EVENTMESH_CONF_FILE);
SpringApplication.run(ExampleAdminServer.class);
log.info("wedts-admin start success.");
log.info("admin start success.");
}
}
629 changes: 393 additions & 236 deletions tools/dist-license/LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit 54d5754

Please sign in to comment.