This is a user manual for an example project.
변수 확인1 : java-version : 17
변수 확인 : highlightjsdir : {highlightjsdir}
2. Source Code
public boolean contains(String haystack, String needle) {
return haystack.contains(needle);
}
This page was built by the following command:
$ mvn
4. Attributes
- asciidoctor-version
-
2.0.18
- safe-mode-name
-
unsafe
- docdir
-
C:/Users/bluesky/git/bluesky-boot/bluesky-boot-docs/target/refdocs
- docfile
-
C:/Users/bluesky/git/bluesky-boot/bluesky-boot-docs/target/refdocs/test.adoc
- imagesdir
-
./images
- revnumber
-
{project-version}
- project-version
-
{project-version}
- sourcedir
-
{sourcedir}
- endpoint-url
-
{endpoint-url}
- snippets
-
C:/Users/bluesky/git/bluesky-boot/bluesky-boot-docs/target/refdocs/../../target/generated-snippets
5. Includes
Includes can be tricky! |
source 테스트
To enable @AspectJ support with Java @Configuration
, add the @EnableAspectJAutoProxy
annotation, as the following example shows:
@Configuration
@EnableAspectJAutoProxy
public class AppConfig {
}
@Configuration
@EnableAspectJAutoProxy
class AppConfig
bluesky-modules.core.modules.test.domain.web=http://localhost
Use the configprop:server.port[] property to configure the server’s port.
The configprop:example.property[deprecated] property has been deprecated.
Use the configprop:server.port[format=envvar] environment variable to configure the server’s port.