MVN

tech.valinaa.boot : youtis-spring-boot

Maven & Gradle

Aug 02, 2023
1 stars

youtis-spring-boot · Based on annotation development and perfect integration with Spring Boot 3.X. By annotating annotations on entity classes, DDL corresponding to the table structure can be automatically generated, and can also be directly executed.

<dependency>
    <groupId>tech.valinaa.boot</groupId>
    <artifactId>youtis-spring-boot</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.valinaa.boot : youtis-spring-boot to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of tech.valinaa.boot : youtis-spring-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
youtis-spring-boot-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>tech.valinaa.boot</groupId>
    <artifactId>youtis-spring-boot</artifactId>
    <version>0.1.0</version>
</dependency>