阿晨聊技术

Results 5 issues of 阿晨聊技术

使用PostgreSQL导出Online文档时报错,`pq: column "version" does not exist` 详细信息如下 ```bash $ ./db-doc-windows-amd64.exe Welcome to the database document generation tool, the current version is v1.1.1 ? Database type: 1:MySQL or MariaDB 2:SQL Server...

bug

## Problem or use case now `EmbeddedHiveMQBuilder` only allow use one embedded extension ```java /** * Sets the {@link EmbeddedExtension} to the given argument. * * @param embeddedExtension the used...

enhancement
feature

在使用kotlin时,遇到了一些问题 # 场景 > User类 ```kotlin data class Person(var name: String, var age: Int) ``` > mock 方法 ```kotlin val mock = JMockData.mock(Person::class.java) println("mock data: $mock") ``` # 1.NoArg >...

insert_industry_One-dimensional.sql 第331行 ```sql insert into dim_industry (ID, INDUSTRY_ID, NAME, PARENT_ID, LEVEL_TYPE, DESCRIPTION) values (111, '0711', '海洋石油开采', '071', 3, null); ``` 海洋石油开采,INDUSTRY_ID应该是"0712" 参考的原始PDF文件

### Description 使用[SMS4J](https://github.com/dromara/SMS4J)替换目前的短信功能,以支持更多的短信服务商 ### Task List _No response_

status: volunteer wanted