This is a user manual for an example project.

변수 확인1 : java-version : 17
변수 확인 : highlightjsdir : {highlightjsdir}

1. 소개

프로젝트를 소개하는 글 입니다.
이렇게 만들었습니다.
줄바꾸려면 마지막에 + 를 넣는다.
이렇게

2. Source Code

Java code from project
public boolean contains(String haystack, String needle) {
    return haystack.contains(needle);
}

This page was built by the following command:

$ mvn

3. Images

sunset

4. Attributes

Built-in
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}

Custom
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:

Java
@Configuration
@EnableAspectJAutoProxy
public class AppConfig {

}
Kotlin
@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.