Send a message via TCP with NC between two PCs connected to a LAN May 3, 2025 | No Comments | console, information, linux, macos, message, nc, server obtain the private IP of said computer A PC sends a message via FTP to a private IP and port. The PC to which the […]
Scan an external library in Java Spring Boot April 20, 2025 | No Comments | information, maven, spring-boot It is neat to have configuration classes in a /config folder, located at the same level as the main class: note that the packages: and […]
Testing a Java-injected Springboot service | No Comments | information, java, package, spring-boot You must have the following dependencies, Junit is included, do not add it. you must write down the main class: you must write down the […]
create new maven library April 3, 2025 | No Comments | information, maven, new-library The following command creates a Maven project and configures everything: change: To upload to maven-central you must remove -SNAPSHOT from the version, since it is […]
link local git repository to remote one | No Comments | git, information, ssh Go to GitLab or GitHub and create a new project (You should not create a project with README, as this will create a commit and […]