A Java SDK that produces typed Java definitions, which can be used to create code for another platform.
| Framework | Coverage |
|---|---|
<dependency>
<groupId>cn.lalaframework</groupId>
<artifactId>nad-sdk</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>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=trueAccess 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=falseinapplication.properties.