proj编译安装
This article details the compilation and installation of PROJ (Cartographic Projections library) version 9.4.1 on a Linux system. It outlines the steps involved: downloading the source code, extracting the archive, installing necessary dependencies (sqlite-devel, libtiff-devel, libcurl-devel using yum), configuring the installation prefix using cmake, compiling the code using make, and finally installing the compiled library using make install. The installation directory is specified as /usr/local/proj_9.
项目升级java17遇到的问题与解决方案
本文介绍了将项目从Java 8升级到Java 17,Spring Boot升级到3.x,Spring Cloud升级到2022.0.0.0过程中遇到的问题及解决方案。 文章详细列出了需要进行的代码修改,包括使用正则表达式批量替换import语句和Swagger注解。 主要问题包括:spring.config.import属性未定义,Session符号无法解析,以及一些类库版本兼容性问题。 文中针对每个问题给出了相应的依赖包解决方案,例如添加`spring-cloud-starter-bootstrap`、`jakarta.websocket-client-api`以及`pagehelper-spring-boot-starter`等依赖。