Skip to content

Latest commit

 

History

History

README.md

nad-sdk · LICENSE

A Java SDK that produces typed Java definitions, which can be used to create code for another platform.

Framework Coverage
2.2.6.RELEASE codecov
2.7.13 codecov
3.1.0 codecov

GAV

<dependency>
    <groupId>cn.lalaframework</groupId>
    <artifactId>nad-sdk</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>

Configuration

To ensure security, the nad-sdk is disabled by default. You can add the following configuration to your application.properties to manually enable it.

nad.enable=true

Nad UI

Access your project web page, such as http://localhost:8080/nad/, to visit the Nad UI page.

The Nad UI is enabled by default once the Nad component is enabled. You can also manually disable it by setting nad.ui=false in application.properties.