about billson
Gathering & Sharing
2024-12-09
SoupUi save file from API POST call
›
soupui post api download file https://www.soapui.org/getting-started/working-with-soapui/saving-responses/ https://community.smartbear.com...
2024-11-20
haproxy-3.0.6 failed to chroot, explained by Gemini Code Assist
›
haproxy-2.6.6 was able to run with user root but haproxy-3.0.6 hit error: haproxy[384105]: [ALERT] (384105) : [/usr/local/sbin/haproxy...
2024-10-29
Spring Boot 2 to 3
›
JPA "Auditable" with @MappedSuperclass Fixed by replace package: javax.persistence by package: jakarta.persistence
2024-10-18
Maven build script JDK version error
›
Issue: [ERROR] Failed to execute goal [32morg.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile[m [1m(default-compile)[m on pr...
Maven structure - year '22
›
Maven structure https://stackoverflow.com/questions/73652655/microservices-and-maven-structure
2024-10-15
Eclipse Version: 2024-09 (4.33.0) - Downloading external resources is disabled
›
Downloading external resources is disabled. pom.xml /your-project line 3 Language Servers Solved by below: https://stackoverflow.c...
2024-10-09
Backup WiFi
›
Reference URL : https://winaero.com/backup-and-restore-wireless-network-profiles-in-windows-10/ Backup mkdir C:\Billson\WiFi netsh wlan ...
Processes/Files that locking USB external HDD to be ejected and safely removed from laptop.
›
Image PID Type Handle Name svchost.exe (LocalSystemNetworkRestricted -p) 18036 File D:\System Volume Information\tracking.log ...
2024-10-04
Eclipse Java Maven Project doesn't download Maven Dependencies
›
Run As > Maven Install To trigger Eclipse download Maven Project Dependencies.
2024-07-29
Maven Project - eclipse submodule error
›
2024-07-25
Java - Error: Unable to access jarfile
›
Error: Unable to access jarfile changed from java -jar abc.jar com.test.Main to java -cp abc.jar com.test.Main
2024-07-24
Spring Boot build install failed with error: Unable to find a single main class from the following candidates.
›
Caused by: java.lang.IllegalStateException: Unable to find a single main class from the following candidates For my case, resolved by Mave...
2024-07-22
Java SimpleDateTime pattern
›
yyyy-MM-dd'T'HH:mm:ss.SSSXXX 2024-07-22T13:26:31.934+08:00
2024-07-03
Logrotate failed because parent directory has insecure permissions (It's world writable or writable by group which is not "root")
›
Error: error: skipping "output.log" because parent directory has insecure permissions (It's world writable or writable by gr...
2024-07-02
jaxb2-maven-plugin 2.5.0 package javax.xml.bind.annotation does not exist
›
Not working <!-- [ERROR] ... /generated/AcademicTitleCode.java:[11,33] package javax.xml.bind.annotation does not exist --...
2024-06-21
Java Adoptium - JDK & JRE
›
https://github.com/microsoft/winget-pkgs/issues/67708 EclipseAdoptium.Temurin - Split into .jdk and .jre #67708 Closed russellbanks opened...
2024-06-14
Multi-Domain (SAN/UCC) SSL certificates
›
Reference URL: https://cheapsslsecurity.com/blog/how-to-secure-multi-level-subdomains/ What is a Multi-Domain Wildcard SSL Certificate? A ...
2024-05-29
Java HtmlUnit DomNode vs DomElement
›
Reference URL: https://juejin.cn/post/7066778860024496165
2024-05-23
Systemctl add new service.
›
Reference URL: https://blog.thenets.org/how-to-create-a-service-for-fedora-rhel/ Create the background service file [ Unit ] Description...
2024-05-14
iText write to outputstream
›
Reference URL: https://stackoverflow.com/a/31431794/6462295 You should change the declaration of out to be of type ByteArrayOutputStrea...
‹
›
Home
View web version