GoJs 2.3版本去除水印

GoJs 展现的页面带有水印,如下图:

需要在在node_modules/gojs/release/go-module.js中搜索如下字符串

String.fromCharCode(a.charCodeAt(g)^b[(b[c]+b[d])%256]);

在这后面加上 

if(f.indexOf('GoJS 2.3 evaluation') > -1||f.indexOf('© 1998-2023 Northwoods Software') > -1||f.indexOf('Not for distribution or production use') > -1||f.indexOf('gojs.net') > -1){return '';}else{return f};

注:版本不一样的,如无法去除,可调整相关参数实时。

再重新运行,看下页面,干净清晰了

### 查找与 Spring Boot 3.4.1 兼容的 Spring CloudSpring Cloud Alibaba 版本 对于 Spring Boot 3.4.1 的兼容性,建议使用特定版本Spring CloudSpring Cloud Alibaba 来确保最佳集成效果。 #### Spring Cloud 版本 Spring Boot 3.x 系列通常对应于较新的 Spring Cloud 发布列车版本。具体来说,Spring Boot 3.4.1 应该匹配 Spring Cloud 2022.0.x 或更高版本[^1]。这些发布列车版本提供了对最新特性和改进的支持,并修复了许多已知问题。 #### Spring Cloud Alibaba 版本 为了使 Nacos Discovery 组件正常工作并解决潜在的依赖冲突(如 `snakeyaml`),推荐使用的 Spring Cloud Alibaba 版本应为 2022.0.0 及以上版本[^2]。此版本不仅解决了与 Spring Boot 3.x 的兼容性问题,还引入了一些重要的优化和错误修正。 以下是配置 `pom.xml` 中的相关依赖项示例: ```xml <dependencies> <!-- spring cloud alibaba nacos discovery --> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> <version>${spring-cloud-alibaba.version}</version> <exclusions> <exclusion> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </exclusion> </exclusions> </dependency> <!-- other dependencies --> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>3.4.1</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> <version>2022.0.0.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> ``` 通过上述设置可以有效管理项目中的依赖关系,从而实现 Spring Boot 3.4.1、Spring CloudSpring Cloud Alibaba 的无缝协作。
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值