zl程序教程

您现在的位置是:首页 >  其它

当前栏目

native2ascii 用法_hex转ascii 在线

用法 在线 ascii HEX native2ascii
2023-06-13 09:13:39 时间

大家好,又见面了,我是你们的朋友全栈君。

native2ascii插件配置

<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>native2ascii-maven-plugin</artifactId> <version>1.0-beta-1</version> <configuration> <encoding>UTF-8</encoding> <src>src/main/resources/framework/message</src> <dest>${outputDirectory}/framework/message</dest> <includes> <include>**/*.properties</include> </includes> </configuration> <executions> <execution> <id>native2ascii-utf8</id> <phase>compile</phase> <goals> <goal>native2ascii</goal> </goals> </execution> </executions> </plugin>

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/194851.html原文链接:https://javaforall.cn